Run tests in Linux GL CI build

This commit is contained in:
JosiahWI
2022-10-16 22:40:04 -05:00
committed by JosiahWI
parent 21ce3d9657
commit 11a656ab31

View File

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