Skip to content

Commit

Permalink
ci: run cargo clippy --fix -Zunstable-options in the correct directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Dec 24, 2020
1 parent 5c98135 commit 2218dd6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/clippy.yml
Expand Up @@ -50,17 +50,16 @@ jobs:
- name: Build
run: cargo build --features deny-warnings,internal-lints

- name: Test "--fix -Zunstable-options"
run: cargo run --features deny-warnings,internal-lints --bin cargo-clippy -- clippy --fix -Zunstable-options

- name: Test
run: cargo test --features deny-warnings,internal-lints

- name: Test clippy_lints
run: cargo test --features deny-warnings,internal-lints
working-directory: clippy_lints

- name: Test --fix -Zunstable-options
run: cargo run --bin cargo-clippy -- clippy --fix -Zunstable-options
working-directory: clippy_lints

- name: Test rustc_tools_util
run: cargo test --features deny-warnings
working-directory: rustc_tools_util
Expand Down

0 comments on commit 2218dd6

Please sign in to comment.