Skip to content

Commit 30e9566

Browse files
committed
fix ci
1 parent 6cd0560 commit 30e9566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: Swatinem/rust-cache@v2
2525

2626
- name: Run tests (root)
27-
run: cargo test --verbose
27+
run: cargo test --verbose --config 'patch.crates-io.typesafe_builder_derive.path="./typesafe_builder_derive"'
2828

2929
- name: Run tests (typesafe_builder_derive)
3030
run: |

0 commit comments

Comments
 (0)