Run all tests even if one fails

This commit is contained in:
Filip Tibell 2025-04-28 22:39:49 +02:00
parent af76dd160c
commit 2fcf02f94d
No known key found for this signature in database

View file

@ -100,6 +100,6 @@ jobs:
- name: Test
run: |
cargo nextest run --lib \
cargo nextest run --no-fail-fast \
--locked --all-features \
--target ${{ matrix.cargo-target }}