1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-20 00:25:20 +01:00

Adjust shader test CI workflows

This commit is contained in:
sfan5
2025-11-12 18:13:00 +01:00
parent 00eea43131
commit 577fc44ea9
3 changed files with 25 additions and 14 deletions

View File

@@ -37,9 +37,9 @@ jobs:
run: |
serverconf="profiler.load=true" ./util/test_multiplayer.sh
- name: Singleplayer test (GL3)
- name: Singleplayer test
run: |
clientconf="video_driver=opengl3" xvfb-run ./util/test_singleplayer.sh
xvfb-run ./util/test_singleplayer.sh
luacheck:
name: "Builtin Luacheck and Unit Tests"