Skip to content

Commit

Permalink
Temporarily log output for hanging examples tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ascjones committed Feb 1, 2023
1 parent a7e725d commit 9ce2bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ examples-test:
if [ "$example" = "examples/upgradeable-contracts/" ]; then continue; fi;
if [ "$example" = "examples/lang-err-integration-tests/" ]; then continue; fi;
if grep -q "e2e-tests = \[\]" "${example}/Cargo.toml"; then
cargo test --verbose --manifest-path ${example}/Cargo.toml --features e2e-tests;
RUST_LOG=debug cargo test --verbose --manifest-path ${example}/Cargo.toml --features e2e-tests;
else
cargo test --verbose --manifest-path ${example}/Cargo.toml;
fi;
Expand Down

0 comments on commit 9ce2bd6

Please sign in to comment.