Skip to content

Commit

Permalink
fix nextest
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Nov 27, 2023
1 parent f1881ac commit 2edc170
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 @@ -233,7 +233,7 @@ codecov:
--locked \
--release \
--no-fail-fast \
-E 'all() - !test(tests::rejects_missing_seals) - !test(tests::authoring_blocks) - !test(sc-consensus-babe tests::rejects_missing_seals) - !test(sc-consensus-babe tests::authoring_blocks)' \
-E 'all() & !test(tests::rejects_missing_seals) & !test(tests::authoring_blocks) & !test(sc-consensus-babe tests::rejects_missing_seals) & !test(sc-consensus-babe tests::authoring_blocks)' \
--features try-runtime,experimental
# - cargo build --verbose --all-features --workspace
# - cargo test --verbose --all-features --no-fail-fast --workspace
Expand Down

0 comments on commit 2edc170

Please sign in to comment.