From 47f8d15e0b284118380e50a3ef37f046defa5a99 Mon Sep 17 00:00:00 2001 From: sentientstardust Date: Sat, 16 May 2026 22:49:15 +0100 Subject: [PATCH] Update unit tests in Github workflow --- .github/workflows/build_all.yml | 1 + scripts/run_unit_tests.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 7b27e1fcc77..6f964980691 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -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 }} diff --git a/scripts/run_unit_tests.sh b/scripts/run_unit_tests.sh index 292c6c9d3f0..d65cf9f6fcb 100755 --- a/scripts/run_unit_tests.sh +++ b/scripts/run_unit_tests.sh @@ -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