diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml new file mode 100644 index 0000000..dddd8ad --- /dev/null +++ b/.github/workflows/test.yaml @@ -0,0 +1,16 @@ +name: Test +on: + push: +jobs: + test-project: + name: Test Project + runs-on: ubuntu-24.04 + steps: + - name: Checkout + uses: actions/checkout@v4.2.2 + + - name: Build Project + uses: threeal/cmake-action@v2.1.0 + + - name: Test Project + uses: threeal/ctest-action@v1.1.0