Skip to content

Commit

Permalink
[ci] use nightly rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
vmagro committed Jan 25, 2025
1 parent f60da41 commit b282082
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 @@ -16,6 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- name: Build
run: cargo build --verbose
- name: Run tests
Expand All @@ -25,12 +26,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- name: Check formatting
run: cargo fmt --check

clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- name: Check formatting
run: cargo clippy --all-targets --all-features

0 comments on commit b282082

Please sign in to comment.