Always run all crates' tests in CI

Max Brunsfeld created

Change summary

.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

.github/workflows/ci.yml 🔗

@@ -43,4 +43,4 @@ jobs:
           profile: minimal
 
       - name: Run tests
-        run: cargo test
+        run: cargo test --no-fail-fast