Skip to content

Commit bebcf7f

Browse files
committed
chore: tests
1 parent d72efce commit bebcf7f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,8 @@ jobs:
4848
uses: ilammy/msvc-dev-cmd@v1
4949

5050
- name: Build
51-
run: cargo build --bin plumeimpactor --release
51+
run: |
52+
cargo install patch-crate
53+
cargo fetch --locked
54+
cargo patch-crate --force
55+
cargo build --bin plumeimpactor --release

0 commit comments

Comments
 (0)