fix: cargo unit tests execution

This commit is contained in:
George Nelson 2024-05-15 09:25:08 -05:00
parent f0108dba40
commit 4fabc00910

View file

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