Skip to content

Commit

Permalink
install stable rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
paretje committed Aug 23, 2024
1 parent 0625d7b commit d739558
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true

- name: Run Clippy
run: cargo clippy --all-targets --all-features

Expand Down

0 comments on commit d739558

Please sign in to comment.