ci: fix cargo unit tests execution (#1041)

This commit is contained in:
George Nelson 2024-05-15 10:23:23 -05:00 committed by GitHub
parent f0108dba40
commit dcd23f2cd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,4 +28,4 @@ jobs:
run: cargo build --verbose
- name: Test
run: cargo test --verbose
run: cargo test --all --verbose