Skip to content

Commit

Permalink
HACK: ci: add some debugging around the PKCS#11 test
Browse files Browse the repository at this point in the history
The Linux test currently fails and is being debugged. Until that's
resolved, fail fast, so we don't need to manually kill the other jobs

Also add a directory listing to verify that SoftHSM actually allocated a
token directory that is still there.
  • Loading branch information
a3f committed Oct 29, 2024
1 parent 378abfa commit f3de5c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
fail-fast: true
matrix:
os:
- ubuntu-24.04
Expand Down Expand Up @@ -95,6 +95,9 @@ jobs:
pushd ${{github.workspace}}
. scripts/prep-pkcs11_test.sh
popd
ls -l $XDG_RUNTIME_DIR/qpid-proton-build/
ls -l $XDG_RUNTIME_DIR/qpid-proton-build/softhsm2-tokens
env
fi
ctest -C ${BuildType} -V -T Test --no-compress-output ${{matrix.ctest_extra}}
shell: bash
Expand Down

0 comments on commit f3de5c0

Please sign in to comment.