]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
github: Check test vectors with output in crypto plugin tests
authorTobias Brunner <tobias@strongswan.org>
Fri, 21 Feb 2025 13:09:34 +0000 (14:09 +0100)
committerTobias Brunner <tobias@strongswan.org>
Fri, 21 Feb 2025 13:13:26 +0000 (14:13 +0100)
This way we see what was actually tested. Increasing the verbosity for
the general test run produces too much output.

.github/workflows/linux.yml

index fe8eb7a7f5295d20c4cb18c09a001ed6d5d69c59..e4c17a75eac11b197d9d5a32fd45719540808508 100644 (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