mirror of
https://github.com/jorenchik/testing-spring-2024.git
synced 2025-10-21 20:10:36 +00:00
chore(gh-actions): use ctest to run tests
This commit is contained in:
parent
0e74bc30d5
commit
539e6854e3
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -22,4 +22,4 @@ jobs:
|
|||||||
cd build
|
cd build
|
||||||
ninja
|
ninja
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: ./build/runtests
|
run: ctest
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user