Skip to content

Commit

Permalink
added test against native executable
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Nov 2, 2024
1 parent cf03ff6 commit 4a5c9b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_fj-doc-native-quarkus_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# build and test native module (quarkus project)
# build and test native module (quarkus project, see https://quarkus.io/guides/building-native-image)
- name: Native build and test
run: |
cd fj-doc-native-quarkus
mvn package -Dnative -Dquarkus.native.container-build=true -Dquarkus.container-image.build=true -P test
mvn test-compile failsafe:integration-test -Dnative
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- native-helper-maven-plugin version set to 1.4.5
- workflow "CI native modules build and test" added test against native executable

### Fixed

Expand Down

0 comments on commit 4a5c9b1

Please sign in to comment.