diff --git a/.github/workflows/build-matrix.yml b/.github/workflows/build-matrix.yml index 1efa3f1..9ea0f5b 100644 --- a/.github/workflows/build-matrix.yml +++ b/.github/workflows/build-matrix.yml @@ -67,7 +67,9 @@ jobs: echo "Contents of output directory:" ls -R ${{ github.workspace }}/output/bin/release + - name: Test RaptorXX + uses: threeal/ctest-action@v1.1.0 + with: + build-config: Release + test-dir: ${{ github.workspace }}/output/bin/release -# - name: Run tests -# run: | -# ctest --test-dir ${{ github.workspace }}/output/bin/release --output-on-failure -C Release \ No newline at end of file