We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80dd40 commit 382009aCopy full SHA for 382009a
.gitlab/pipeline/check.yml
@@ -43,6 +43,7 @@ cargo-deny-licenses:
43
script:
44
- $CARGO_DENY_CMD --hide-inclusion-graph
45
after_script:
46
+ # - !reference [.rusty-cachier, after_script]
47
- echo "___The complete log is in the artifacts___"
48
- $CARGO_DENY_CMD 2> deny.log
49
- if [ $CI_JOB_STATUS != 'success' ]; then
.gitlab/pipeline/test.yml
@@ -408,7 +408,7 @@ cargo-check-each-crate:
408
timeout: 2h
409
410
- PYTHONUNBUFFERED=x time .gitlab/check-each-crate.py "$CI_NODE_INDEX" "$CI_NODE_TOTAL"
411
- parallel: 2
+ parallel: 6
412
413
cargo-check-each-crate-macos:
414
stage: test
0 commit comments