Skip to content

Commit

Permalink
update workflow to cargo patch
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Apr 27, 2023
1 parent 96d1b1a commit df40e59
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,10 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt, clippy
components: rustfmt, clippy, cargo-patch

- name: cargo patch
run: cargo patch

- name: cargo test (default)
run: cargo test && cargo test --release
Expand Down

0 comments on commit df40e59

Please sign in to comment.