From 3ca58c233f09ddadb47f2040733c9be6c6951a46 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 22 Jul 2026 16:49:26 +0200 Subject: Update links to git.mssola.com MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- test/run.sh | 8 -------- 1 file changed, 8 deletions(-) (limited to 'test') diff --git a/test/run.sh b/test/run.sh index 527262d..8b3e5e6 100644 --- a/test/run.sh +++ b/test/run.sh @@ -10,14 +10,6 @@ rm -f "$ROOT/out/test-results.txt" make clean sed -i 's/RUN_TESTS = 0/RUN_TESTS = 1/g' $ROOT/test/defines.s -# 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 [ -n "${GITHUB_ACTION}" ]; then - exit 0 -fi - # Run all the tests that we have on Lua. for name in $(seq 4); do DEBUG=1 make out/$name.nes -- cgit v1.2.3