Skip to content

Commit 7f35b7b

Browse files
committed
Use nightly for clippy
1 parent ee9a187 commit 7f35b7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions-rs/toolchain@v1
4646
with:
4747
toolchain: nightly
48-
components: rustfmt
48+
components: rustfmt, clippy
4949

5050
- name: Check Rust Toolchain Version
5151
run: |
@@ -77,4 +77,4 @@ jobs:
7777

7878
# clippy
7979
- name: Check clippy
80-
run: cargo clippy --all-targets --tests -- -Dwarnings
80+
run: cargo +nightly clippy --all-targets --tests -- -Dwarnings

0 commit comments

Comments
 (0)