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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user