Avoid snapshot testing in CI with --all-features
This commit is contained in:
parent
665c89a062
commit
e324b18dff
2 changed files with 1 additions and 1 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -26,4 +26,3 @@ jobs:
|
|||
cargo test --verbose --workspace
|
||||
cargo test --verbose --workspace -- --ignored
|
||||
cargo test --verbose --workspace --all-features
|
||||
cargo test --verbose --workspace --all-features -- --ignored
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue