Skip to content

Commit

Permalink
Add cargo insta install step to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cnpryer committed Feb 26, 2024
1 parent 8f64768 commit 946df7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
with:
toolchain: stable
- uses: Swatinem/rust-cache@v2
- name: Install cargo insta
uses: taiki-e/install-action@v2
with:
tool: cargo-insta
- name: Check
run: make check
- name: Test
Expand Down

0 comments on commit 946df7b

Please sign in to comment.