Only run dogfood on linux in CI
This commit is contained in:
parent
01ef7c7932
commit
90bf72c2cd
1 changed files with 5 additions and 0 deletions
5
.github/workflows/clippy_bors.yml
vendored
5
.github/workflows/clippy_bors.yml
vendored
|
@ -115,8 +115,13 @@ jobs:
|
|||
run: cargo build --features deny-warnings,internal
|
||||
|
||||
- name: Test
|
||||
if: runner.os == 'Linux'
|
||||
run: cargo test --features deny-warnings,internal
|
||||
|
||||
- name: Test
|
||||
if: runner.os != 'Linux'
|
||||
run: cargo test --features deny-warnings,internal -- --skip dogfood
|
||||
|
||||
- name: Test clippy_lints
|
||||
run: cargo test --features deny-warnings,internal
|
||||
working-directory: clippy_lints
|
||||
|
|
Loading…
Add table
Reference in a new issue