mirror of
https://github.com/nushell/nushell
synced 2025-01-13 21:55:07 +00:00
Include benchmarks in the CI clippy run (#12165)
Make sure the benchmarks don't go out of date and are nice.
This commit is contained in:
parent
f3a4f10b46
commit
8a250d2e08
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue