Skip to content

Commit

Permalink
Fix Rust workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Oct 14, 2023
1 parent ae40295 commit 3f5ecad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
- name: Install Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- name: Test
run: cargo test --all

0 comments on commit 3f5ecad

Please sign in to comment.