Update unit tests in Github workflow

This commit is contained in:
sentientstardust
2026-05-16 22:49:15 +01:00
parent a1b37455f3
commit 47f8d15e0b
2 changed files with 2 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ on:
permissions:
contents: write
actions: read
checks: write
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.ref }}

View File

@@ -9,4 +9,4 @@ ROOT_DIR="$(dirname "$0")/.."
cd "${ROOT_DIR}" || exit 1
ctest --test-dir build/tests -L "Http|PlaceholderParser" --output-junit "$(pwd)/ctest_results.xml" --output-on-failure -j
ctest --test-dir build/tests -C Release -R "Http|SSL certificates|Placeholder" --output-junit "$(pwd)/ctest_results.xml" --output-on-failure --no-tests=error -j