From 4f4827d7b9854c7133520783fe84176fae137ffe Mon Sep 17 00:00:00 2001 From: Tellicious Date: Wed, 21 Aug 2024 16:27:33 +0200 Subject: [PATCH] cc --- .github/workflows/runTests.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/runTests.yml b/.github/workflows/runTests.yml index df1f518..e528136 100644 --- a/.github/workflows/runTests.yml +++ b/.github/workflows/runTests.yml @@ -1,10 +1,7 @@ on: pull_request: types: [opened, reopened] - push: - # Sequence of patterns matched against refs/tags - tags: - - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 + workflow_dispatch: name: Run unit tests jobs: @@ -28,6 +25,6 @@ jobs: run: cmake --build ${{github.workspace}}/build -j 10 - name: Test - run: ctest --test-dir ${{github.workspace}}/build --output-on-failure + run: ctest --test-dir ${{github.workspace}}/build --output-on-failure --verbose