File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5252 - name : Run tests
5353 run : |
5454 cargo llvm-cov nextest --lcov --output-path lcov.info \
55- --locked --workspace --all-features \
55+ --release --locked --all-features --workspace --exclude examples --exclude ef-tests \
5656 --partition hash:${{ matrix.partition }}/${{ strategy.job-total }} \
5757 -E 'kind(test)'
5858
Original file line number Diff line number Diff line change 4040 - name : Run tests
4141 run : |
4242 cargo llvm-cov nextest --lcov --output-path lcov.info \
43- --locked --workspace --all-features \
43+ --release --locked --all-features --workspace --exclude examples --exclude ef-tests \
4444 --partition hash:${{ matrix.partition }}/${{ strategy.job-total }} \
4545 -E 'kind(lib)' -E 'kind(bin)' -E 'kind(proc-macro)'
4646
You can’t perform that action at this time.
0 commit comments