Skip to content

Commit

Permalink
Build nativeTest under GraalVM Native Image in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
linghengqian committed Oct 7, 2024
1 parent 5c45fb5 commit 33a2834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
- run: |
./mvnw -PnativeTestInCustom clean test
./mvnw -T 1.5C -PnativeTestInCustom clean test
2 changes: 1 addition & 1 deletion doc/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sdk use java 22.0.2-graalce
git clone [email protected]:linghengqian/hive-server2-jdbc-driver.git
cd ./hive-server2-jdbc-driver/
sdk use java 22.0.2-graalce
./mvnw -PnativeTestInCustom clean test
./mvnw -T 1.5C -PnativeTestInCustom clean test
```

### Fixes LICENSE issue
Expand Down

0 comments on commit 33a2834

Please sign in to comment.