mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-01 15:50:27 +02:00
Run tests in Linux GL CI build
This commit is contained in:
committed by
Josiah VanderZee
parent
92862a3a2d
commit
4b6ab0528d
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -21,6 +21,10 @@ jobs:
|
||||
cmake . -DUSE_SDL2=OFF
|
||||
make VERBOSE=1 -j2
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
./bin/Linux/tests/tests
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
ctest --output-on-failure
|
||||
|
Reference in New Issue
Block a user