Skip to content

Commit

Permalink
use nightly toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
eike-hass committed Mar 25, 2024
1 parent 100253d commit f86d0d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,18 @@ jobs:
with:
command: test
args: --verbose --all-targets --all-features
toolchain: nightly

- name: Run cargo clippy
uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-targets --all-features -- -D warnings
toolchain: nightly

- name: Run cargo fmt
uses: actions-rs/cargo@v1
with:
command: fmt
args: -- --check
toolchain: nightly

0 comments on commit f86d0d6

Please sign in to comment.