ci: fix tests from steamguard
crate not running in CI (#301)
This commit is contained in:
parent
f0e66a4651
commit
3957177709
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
- name: Validate documentation
|
- name: Validate documentation
|
||||||
run: cargo doc --workspace --no-deps --all-features
|
run: cargo doc --workspace --no-deps --all-features
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose --all-features --all-targets --workspace
|
||||||
check:
|
check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Reference in a new issue