Skip to content

Commit

Permalink
Ignore default features tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Sep 13, 2023
1 parent 0b7a06f commit 4881d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: cargo test --all-features --verbose

- name: Run Tests (no ssl)
run: cargo test --no-default-features --verbose
run: cargo test --no-default-features --verbose --lib

- name: Run Audit
# RUSTSEC-2021-0145 is criterion so only within benchmarks
Expand Down

0 comments on commit 4881d1c

Please sign in to comment.