Skip to content

Commit 843471b

Browse files
committed
chore(ci): fix test-codegen after tests were moved out of the workspace
1 parent b6b5d82 commit 843471b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-codegen.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
key: x86_64-unknown-linux-gnu-x86_64-unknown-linux-gnu--cargo-${{ hashFiles('**/Cargo.toml') }}
6565
- name: Build with test codegen
6666
id: build-test-codegen
67-
run: cargo build -p rsonpath-test -vv
67+
run: cargo build --manifest-path ./crates/rsonpath-test/Cargo.toml -vv
6868
- name: Upload generated tests as artifact
6969
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
7070
with:

0 commit comments

Comments
 (0)