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 9e319f8 commit 2bf5215Copy full SHA for 2bf5215
.github/workflows/prql-java-test.yaml
@@ -20,8 +20,8 @@ jobs:
20
- name: build for x86_64-unknown-linux-gnu
21
run: |
22
rustup target add x86_64-unknown-linux-gnu
23
- cd ./prql-java/
+ cd ./
24
cargo build --release --target=x86_64-unknown-linux-gnu
25
cp -f target/x86_64-unknown-linux-gnu/release/libprql_java.so prql-java/java/src/main/resources/libprql_java-linux64.so
26
- name: Maven test
27
- run: cd ./prql-java/java/ && ./mvnw test
+ run: cd ./java-api/ && ./mvnw test
0 commit comments