linux ci run unit tests with xvfb

This commit is contained in:
2024-09-14 09:34:06 -05:00
committed by Celtic Minstrel
parent df79344bb1
commit fb0f3ad1a6
2 changed files with 6 additions and 4 deletions

View File

@@ -155,7 +155,6 @@
name: build and unit test,
run: '.\.github\workflows\scripts\win\scons-build.bat'
},
]
},
# win-mingw: {
@@ -198,10 +197,10 @@
run: 'sudo ./.github/workflows/scripts/linux/install-tgui.sh'
},
{
name: build and unit test,
run: CCFLAGS=-fdiagnostics-color=always scons
name: build and unit test headless,
run: 'xvfb-run ./.github/workflows/scripts/linux/scons-build.sh'
}
],
]
}
}
}