This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new 56551a16 Add JNI/JNA independence tests
56551a16 is described below

commit 56551a16088e34fae8339a9e547db55d6bb98ce9
Author: Sebb <[email protected]>
AuthorDate: Thu Nov 9 23:23:39 2023 +0000

    Add JNI/JNA independence tests
---
 .github/workflows/maven.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 469c331b..3b5e80a8 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -127,3 +127,8 @@ jobs:
         OPENSSL_HOME: "C:\\Miniconda\\Library"
       run: |
         mvn -V -B -ntp clean test-compile -Pbenchmark
+    - name: Check JNI and JNA tests are independent
+      if: ${{ matrix.java == '8' }}
+      run: |
+        mvn -V -B -ntp test -Ptestjni
+        mvn -V -B -ntp test -Ptestjna

Reply via email to