Skip to content

Commit

Permalink
Try debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka committed Dec 14, 2020
1 parent a7f1a65 commit 62c4ad5
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 @@ -285,7 +285,7 @@ test-linux-stable-int:
- echo "___Logs will be partly shown at the end in case of failure.___"
- echo "___Full log will be saved to the job artifacts only in case of failure.___"
- WASM_BUILD_NO_COLOR=1
RUST_LOG=sync=trace,consensus=trace,client=trace,state-db=trace,db=trace,forks=trace,state_db=trace,storage_cache=trace
RUST_LOG=sync=trace,sub-libp2p=trace
time cargo test -p node-cli --release --verbose --locked -- --ignored
&> ${CI_COMMIT_SHORT_SHA}_int_failure.log
- sccache -s
Expand Down

0 comments on commit 62c4ad5

Please sign in to comment.