You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2023/11/04 23:32:33 UTC

(commons-crypto) branch master updated: What's the difference?

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 e5e4b848 What's the difference?
e5e4b848 is described below

commit e5e4b848b3ea52e35c211d9a6b6b68e9eafd72be
Author: Sebb <se...@apache.org>
AuthorDate: Sat Nov 4 23:32:28 2023 +0000

    What's the difference?
---
 .github/workflows/maven_adhoc.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/maven_adhoc.yml b/.github/workflows/maven_adhoc.yml
index 50714b96..e7b4f8b7 100644
--- a/.github/workflows/maven_adhoc.yml
+++ b/.github/workflows/maven_adhoc.yml
@@ -65,6 +65,7 @@ jobs:
         LIB: "C:\\Program Files\\OpenSSL\\lib"
       run: |
         mvn clean test -B -V -ntp -DtrimStackTrace=false -D"jni.library.path=$env:LIB" -D"jna.library.path=$env:LIB" -D"commons.crypto.openssl.check=skip"
+        mvn test -B -V -ntp -DtrimStackTrace=false -D"jni.library.path=$env:LIB" -D"jna.library.path=$env:LIB" -D"commons.crypto.openssl.check=skip" -D"commons.crypto.debug=true"
     - name: JNA test
       if: always()
       env: