diff --git a/deployment/ci/go-tests.sh b/deployment/ci/go-tests.sh index 429010fc8..d0f17582a 100644 --- a/deployment/ci/go-tests.sh +++ b/deployment/ci/go-tests.sh @@ -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/... diff --git a/deployment/dockerfiles/tests/system-tests.Dockerfile b/deployment/dockerfiles/tests/system-tests.Dockerfile index ec003b595..6562da829 100644 --- a/deployment/dockerfiles/tests/system-tests.Dockerfile +++ b/deployment/dockerfiles/tests/system-tests.Dockerfile @@ -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