Skip to content

Commit 1fdd7bd

Browse files
committed
Extend build workflow to run tests on macOS with/without JNA
1 parent 46992ba commit 1fdd7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
cache: 'maven'
5050

5151
- name: test
52-
run: mvn -B clean test -DargLine="${{ matrix.argLine }}"
52+
run: mvn -B clean test # -DargLine="${{ matrix.argLine }}"
5353
env:
5454
DELAY_FACTOR: 3
5555

0 commit comments

Comments
 (0)