ci: fix tests from steamguard crate not running in CI (#301)

This commit is contained in:
Carson McManus 2023-08-10 08:55:06 -04:00 committed by GitHub
parent f0e66a4651
commit 3957177709
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ jobs:
- name: Validate documentation
run: cargo doc --workspace --no-deps --all-features
- name: Run tests
run: cargo test --verbose
run: cargo test --verbose --all-features --all-targets --workspace
check:
runs-on: ubuntu-latest
strategy: