chore(ci): build tests in release and filter features (#3885)

This commit is contained in:
Alexey Shekhirin
2023-07-24 15:49:54 +01:00
committed by GitHub
parent 08403c80e2
commit b3c8a98a62
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ jobs:
- name: Run tests
run: |
cargo llvm-cov nextest --lcov --output-path lcov.info \
--locked --workspace --all-features \
--release --locked --all-features --workspace --exclude examples --exclude ef-tests \
--partition hash:${{ matrix.partition }}/${{ strategy.job-total }} \
-E 'kind(test)'