From 2edc1702226b349585a389e721398a913f882513 Mon Sep 17 00:00:00 2001 From: alvicsam Date: Mon, 27 Nov 2023 17:08:26 +0100 Subject: [PATCH] fix nextest --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 22a808ffebf2..15ec5717dac2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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