Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Liby99 authored Jan 31, 2023
1 parent 9e677cc commit 4a407f1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ steps.component.outputs.toolchain }}
override: true
- id: component
uses: actions-rs/components-nightly@v1
with:
component: clippy
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 4a407f1

Please sign in to comment.