Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 authored Feb 2, 2024
1 parent cf95f94 commit b0c3bdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
uses: actions/checkout@v4
- name: Setup Rust toolchain
run: rustup default ${{ matrix.rust_version }}
- name: Setup rust-fmt & clippy
run: rustup component add rustfmt && rustup component add clippy
- name: Set up cargo cache
uses: Swatinem/rust-cache@v2
with:
Expand Down

0 comments on commit b0c3bdd

Please sign in to comment.