mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
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:
parent
31c44a758f
commit
5468759c71
6
.github/workflows/linux.yml
vendored
6
.github/workflows/linux.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user