Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
rust nightly
  • Loading branch information
SteveNguyen authored Mar 18, 2024
1 parent 684b682 commit c7f0bd5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup Rust Toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true

- name: Toolchain in nightly mode
run: |
rustup component add rustfmt --toolchain nightly
rustup component add clippy --toolchain nightly
- name: Check
run: |
cargo check --all --tests
Expand Down

0 comments on commit c7f0bd5

Please sign in to comment.