From 5468759c7138579c7f9d91d938c04a19224a4813 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 21 Feb 2025 14:09:34 +0100 Subject: [PATCH] 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. --- .github/workflows/linux.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index fe8eb7a7f5..e4c17a75ea 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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