Skip to content

Commit

Permalink
Dummy commit to make CI log interesting things
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka committed Nov 12, 2020
1 parent 797fb49 commit 259ddd7
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 @@ -286,7 +286,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=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 259ddd7

Please sign in to comment.