Skip to content

Commit

Permalink
Add debug output 2
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Dec 12, 2024
1 parent d3771e0 commit ce0f3ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deployment/dockerfiles/tests/system-tests.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ 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 ce0f3ab

Please sign in to comment.