Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Dec 13, 2024
1 parent 114bf65 commit 98a8197
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions deployment/ci/go-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@ 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/...
3 changes: 0 additions & 3 deletions deployment/dockerfiles/tests/system-tests.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ COPY deployment/ci/go-tests-bench.sh .

RUN chmod +x go-tests.sh
RUN chmod +x go-tests-bench.sh
RUN which go
RUN go version
RUN go mod tidy

COPY --from=azcr.io/enigmampc/ci-base-image-local /go/src/github.com/scrtlabs/SecretNetwork/go-cosmwasm/target/release/libgo_cosmwasm.so ./go-cosmwasm/api/libgo_cosmwasm.so
COPY --from=azcr.io/enigmampc/ci-base-image-local /go/src/github.com/scrtlabs/SecretNetwork/go-cosmwasm/librust_cosmwasm_enclave.signed.so x/compute/internal/keeper/librust_cosmwasm_enclave.signed.so
Expand Down

0 comments on commit 98a8197

Please sign in to comment.