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 +