Skip to content

Commit 4a5c9b1

Browse files
committed
added test against native executable
1 parent cf03ff6 commit 4a5c9b1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build_fj-doc-native-quarkus_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,10 @@ jobs:
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555

56-
# build and test native module (quarkus project)
56+
# build and test native module (quarkus project, see https://quarkus.io/guides/building-native-image)
5757
- name: Native build and test
5858
run: |
5959
cd fj-doc-native-quarkus
6060
mvn package -Dnative -Dquarkus.native.container-build=true -Dquarkus.container-image.build=true -P test
61+
mvn test-compile failsafe:integration-test -Dnative
6162

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111

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

1415
### Fixed
1516

0 commit comments

Comments
 (0)