github: Check test vectors with output in crypto plugin tests

This way we see what was actually tested. Increasing the verbosity for
the general test run produces too much output.
This commit is contained in:
Tobias Brunner 2025-02-21 14:09:34 +01:00
parent 31c44a758f
commit 5468759c71

View File

@ -140,6 +140,12 @@ jobs:
echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV
ccache -z
- uses: ./.github/actions/default
- name: Test Vectors (detailed)
env:
TESTS_SUITES: vectors
TESTS_VERBOSITY: 1
run:
./scripts/test.sh
- run: ccache -s
- if: ${{ failure() }}
uses: actions/upload-artifact@v4