Skip to content

Commit

Permalink
Add debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Dec 12, 2024
1 parent aa19f2b commit d3771e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deployment/ci/go-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ set -euv
export LD_LIBRARY_PATH=/usr/lib:/usr/local/lib:/opt/sgxsdk/sdk_libs:/usr/lib/x86_64-linux-gnu/
# Run go system tests for compute module
mkdir -p ./x/compute/internal/keeper/.sgx_secrets
go env
go version
go mod tidy
LOG_LEVEL=ERROR GOMAXPROCS=8 SCRT_SGX_STORAGE='./' go test -tags "sgx hw test" -failfast -timeout 90m -v ./x/compute/internal/...

0 comments on commit d3771e0

Please sign in to comment.