Skip to content

Commit

Permalink
Test on SSL3 if present
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Nov 14, 2023
1 parent 8a96ee5 commit 171600d
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/maven_adhoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
matrix:
# macos-latest and ubuntu-latest uses OpenSSL 3 which breaks tests
# os: [macos-11, ubuntu-20.04, windows-latest]
os: [ macos-latest, ubuntu-latest ]
os: [ macos-latest, ubuntu-latest, windows-latest ]
# These names are used in conditional statements below.
# java: [ 8, 11, 17, 21 ]
java: [ 21 ]
Expand All @@ -58,18 +58,6 @@ jobs:
OPENSSL_HOME: "C:\\Miniconda\\Library"
run: |
mvn clean test -B -V -ntp -DskipTests
# - name: JNA test
# if: always()
# env:
# NAME: "crypto-1_1-x64"
# run: |
# mvn -q exec:java -D"jna.debug_load=true" -D"exec.mainClass=org.apache.commons.crypto.jna.OpenSslJna" -D"commons.crypto.debug=true" -D"commons.crypto.OpenSslNativeJna=$env:NAME"
# - name: JNI test
# if: always()
# env:
# NAME: "libcrypto-1_1-x64"
# run: |
# mvn -q exec:java -D"exec.mainClass=org.apache.commons.crypto.Crypto" -D"commons.crypto.debug=true" -D"jni.library.name=$env:NAME"
- name: JNI test default
run: |
mvn -q exec:java -D"exec.mainClass=org.apache.commons.crypto.Crypto" -D"commons.crypto.debug=true"
Expand Down

0 comments on commit 171600d

Please sign in to comment.