We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6b5d82 commit 843471bCopy full SHA for 843471b
.github/workflows/test-codegen.yml
@@ -64,7 +64,7 @@ jobs:
64
key: x86_64-unknown-linux-gnu-x86_64-unknown-linux-gnu--cargo-${{ hashFiles('**/Cargo.toml') }}
65
- name: Build with test codegen
66
id: build-test-codegen
67
- run: cargo build -p rsonpath-test -vv
+ run: cargo build --manifest-path ./crates/rsonpath-test/Cargo.toml -vv
68
- name: Upload generated tests as artifact
69
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
70
with:
0 commit comments