ci: Don't run tests with --all-features flag

This was running the test that should be skipped in CI and it is flagged as
#[cfg_attr(not(feature = "fork-tests"), ignore)]

--- don't change below this line ---
ENG-4063 Took 6 minutes
This commit is contained in:
Diana Carvalho
2025-01-23 11:31:58 +00:00
parent 04e925fe81
commit 7d34236f0c

View File

@@ -70,7 +70,7 @@ jobs:
uses: taiki-e/install-action@nextest
- name: Test
run: cargo nextest run --workspace --lib --all-targets --all-features && cargo test --doc
run: cargo nextest run --workspace --lib --all-targets && cargo test --doc
lint:
name: Code Lint