mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01: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
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 New Issue
Block a user