aboutsummaryrefslogtreecommitdiff
path: root/test/run.sh
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-07-22 16:54:28 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2026-07-22 16:54:28 +0200
commitf8e34fbfbe5a9c286354346d8c75e095e9c86f2c (patch)
tree3ae01e99af72388c34ca64b56ff48c4adc0cf51a /test/run.sh
parentd8847d6eb13162ac2bae191e176bff18a8161245 (diff)
downloadlist.nes-f8e34fbfbe5a9c286354346d8c75e095e9c86f2c.tar.gz
list.nes-f8e34fbfbe5a9c286354346d8c75e095e9c86f2c.zip
Remove .github directory
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'test/run.sh')
-rw-r--r--test/run.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/run.sh b/test/run.sh
index 6caef32..54b69e0 100644
--- a/test/run.sh
+++ b/test/run.sh
@@ -12,14 +12,6 @@ DEBUG=1 make test/suite.nes
rm -f "$ROOT/tmp/test-results.txt"
-# Github Actions do not allow GUI programs to be run. This means that the code
-# below will always fail (fceux won't be able to run). There is a way to emulate
-# an X server with tools like xvfb-run or xvncserver, but so far I've had no
-# luck on this front.
-if [ ! -z "${GITHUB_ACTION}" ]; then
- exit 0
-fi
-
# Run all the tests that we have on Lua.
for file in test/*.lua; do
if [ -n "$(echo $file | grep -v utils.lua)" ]; then