Skip to content

Commit

Permalink
Merge pull request #74 from instaclustr/run-benches-in-CI
Browse files Browse the repository at this point in the history
Run benches in CI
  • Loading branch information
rukai authored Nov 14, 2023
2 parents 080e5dc + a6d6d21 commit 191fd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# * clippy --all-targets causes clippy to run against tests and examples which it doesnt do by default.
run: cargo hack --feature-powerset clippy --all-targets --locked ${{ matrix.cargo_flags }} -- -D warnings
- name: Ensure that tests pass
run: cargo test ${{ matrix.cargo_flags }} --all-features -- --include-ignored --nocapture
run: cargo test ${{ matrix.cargo_flags }} --all-features --all-targets -- --nocapture
- name: Ensure that tests did not create or modify any files that arent .gitignore'd
run: |
if [ -n "$(git status --porcelain)" ]; then
Expand Down

0 comments on commit 191fd84

Please sign in to comment.