Skip to content

Commit

Permalink
Include benchmarks in the CI clippy run (#12165)
Browse files Browse the repository at this point in the history
Make sure the benchmarks don't go out of date and are nice.
  • Loading branch information
sholderbach committed Mar 11, 2024
1 parent f3a4f10 commit 8a250d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
- name: Clippy of tests
run: cargo clippy --tests --workspace ${{ matrix.flags }} --exclude nu_plugin_* -- -D warnings

- name: Clippy of benchmarks
run: cargo clippy --benches --workspace ${{ matrix.flags }} --exclude nu_plugin_* -- -D warnings

tests:
strategy:
fail-fast: true
Expand Down

0 comments on commit 8a250d2

Please sign in to comment.