Skip to content

Commit

Permalink
add rust-toolchain & rust-cache to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroXbrock committed Oct 1, 2024
1 parent e250c43 commit 9efe012
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- name: Build
run: cargo build --verbose --workspace
- name: Run tests
Expand Down

0 comments on commit 9efe012

Please sign in to comment.