We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd0560 commit 30e9566Copy full SHA for 30e9566
.github/workflows/rust.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: Swatinem/rust-cache@v2
25
26
- name: Run tests (root)
27
- run: cargo test --verbose
+ run: cargo test --verbose --config 'patch.crates-io.typesafe_builder_derive.path="./typesafe_builder_derive"'
28
29
- name: Run tests (typesafe_builder_derive)
30
run: |
0 commit comments