Always run all crates' tests in CI

This commit is contained in:
Max Brunsfeld 2021-04-28 12:58:14 -07:00
parent 21cfb75a73
commit 95fae8e9e0

View file

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