mirror of
https://github.com/lune-org/lune.git
synced 2025-05-04 10:43:57 +01:00
Run all tests even if one fails
This commit is contained in:
parent
af76dd160c
commit
2fcf02f94d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue