Skip to content

Commit

Permalink
cargo clippy/fmt to nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Apr 23, 2022
1 parent 5f78991 commit 8a96782
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: nightly
profile: minimal
components: rustfmt, clippy
override: true
Expand All @@ -47,7 +47,7 @@ jobs:
cache-on-failure: true

- name: cargo fmt
run: cargo fmt --all -- --check
run: cargo +nightly fmt --all -- --check

- name: cargo clippy
run: cargo clippy --all --all-features -- -D warnings
run: cargo +nightly clippy --all --all-features -- -D warnings

0 comments on commit 8a96782

Please sign in to comment.