Skip to content

Commit

Permalink
chore: Removes running benches on windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andyquinterom committed Jun 14, 2024
1 parent 4fa5227 commit 51a61c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
if: hashFiles('Cargo.lock') == ''
run: cargo generate-lockfile
- name: cargo test
run: cargo test --locked --all-features --all-targets
run: cargo test --locked --all-features
coverage:
runs-on: ubuntu-latest
name: ubuntu / stable / coverage
Expand Down

0 comments on commit 51a61c3

Please sign in to comment.