simplify the github action to just ninja test

since ninja all was just run
develop
myk002 2022-11-28 17:22:17 -08:00
parent ae035d5836
commit a22e3117d3
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 1 additions and 1 deletions

@ -99,7 +99,7 @@ jobs:
- name: Run cpp unit tests
id: run_tests_cpp
run: |
ninja -C build-ci && ninja -C build-ci test
ninja -C build-ci test
exit $?
- name: Run lua tests
id: run_tests_lua