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
No known key found for this signature in database
GPG Key ID: C7BB8573A4ABC4B9

View File

@ -24,6 +24,10 @@ jobs:
cmake . cmake .
make VERBOSE=1 -j2 make VERBOSE=1 -j2
- name: Test
run: |
./bin/Linux/tests/tests
- name: Package - name: Package
run: | run: |
make DESTDIR=$PWD/_install install make DESTDIR=$PWD/_install install