mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-13 05:50:26 +01:00
Run tests in Linux GL CI build
This commit is contained in:
parent
92862a3a2d
commit
4b6ab0528d
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -20,6 +20,10 @@ jobs:
|
|||
run: |
|
||||
cmake . -DUSE_SDL2=OFF
|
||||
make VERBOSE=1 -j2
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
./bin/Linux/tests/tests
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user