Skip to content

Commit

Permalink
CI: execute the tests
Browse files Browse the repository at this point in the history
also see issue #37
  • Loading branch information
mgerhardy authored and jpaver committed Jul 25, 2023
1 parent 580a0bb commit c40fe60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
cmake --build . --config Release
cmake --install . --prefix opengametools-install
- name: Test
run: |
ctest -V -C Release .
- name: Upload the build artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit c40fe60

Please sign in to comment.