Run tests in Linux GL CI build

This commit is contained in:
JosiahWI 2022-10-16 22:40:04 -05:00 committed by Josiah VanderZee
parent 92862a3a2d
commit 4b6ab0528d
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@ jobs:
run: |
cmake . -DUSE_SDL2=OFF
make VERBOSE=1 -j2
- name: Test
run: |
./bin/Linux/tests/tests
- name: Test
run: |