Add CTest

This commit is contained in:
numzero
2023-09-30 21:25:14 +03:00
committed by sfan5
parent a07cfc0f7a
commit 8c2ad025b1
3 changed files with 7 additions and 0 deletions

View File

@ -24,6 +24,10 @@ jobs:
cmake .
make VERBOSE=1 -j2
- name: Test
run: |
ctest --output-on-failure
- name: Package
run: |
make DESTDIR=$PWD/_install install