Skip to content

Commit ed31008

Browse files
committed
Add source fix
1 parent 14967df commit ed31008

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/debian-package.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,8 @@ jobs:
8686
run: |
8787
# Run the do-cmd-test.sh script to execute interoperability tests
8888
echo "Running OpenSSL provider interoperability tests..."
89-
export OPENSSL_BIN=$(eval which openssl)
90-
${{ matrix.force_fail }}
91-
${{ matrix.fips_ref == 'FIPS' && 'export WOLFSSL_ISFIPS=1' || '' }}
92-
${{ matrix.replace_default && 'export WOLFPROV_REPLACE_DEFAULT=1' || '' }}
93-
source scripts/env-setup
94-
./scripts/cmd_test/do-cmd-tests.sh
89+
${{ matrix.replace_default && 'export WOLFPROV_REPLACE_DEFAULT=1' || '' }} source scripts/env-setup
90+
OPENSSL_BIN=$(eval which openssl) ${{ matrix.force_fail }} ${{ matrix.fips_ref == 'FIPS' && 'WOLFSSL_ISFIPS=1' || '' }} ./scripts/cmd_test/do-cmd-tests.sh
9591
echo "PASS: All provider interoperability tests successful"
9692
9793
- name: Uninstall package and verify cleanup

0 commit comments

Comments
 (0)