From 21f16930029a306e6e65a17642f787d09be8b638 Mon Sep 17 00:00:00 2001 From: Mike Long Date: Fri, 19 Aug 2022 16:21:02 +0200 Subject: [PATCH] Run tests in CI --- .github/workflows/verify_pr.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/verify_pr.yaml b/.github/workflows/verify_pr.yaml index 7e8c329..d04027e 100644 --- a/.github/workflows/verify_pr.yaml +++ b/.github/workflows/verify_pr.yaml @@ -13,9 +13,6 @@ jobs: os: [ubuntu-latest, windows-latest, macos-latest] steps: - uses: actions/checkout@v3 - - name: Configure CMake - run: cmake -B ${{github.workspace}}/build - name: Build - run: cmake --build ${{github.workspace}}/build - - name: Test - run: ctest --test-dir ${{github.workspace}} --output-on-failure + run: ./buildandtest +