.github/workflows/ci.yml 🔗
@@ -43,4 +43,4 @@ jobs:
profile: minimal
- name: Run tests
- run: cargo test
+ run: cargo test --no-fail-fast
Max Brunsfeld created
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -43,4 +43,4 @@ jobs:
profile: minimal
- name: Run tests
- run: cargo test
+ run: cargo test --no-fail-fast