From 81fd45f723be5ba7765901ee0d794c6b21ac2dd8 Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Wed, 16 Nov 2022 15:13:04 +0100 Subject: [PATCH] ci: Disable emscripten build time tests --- .github/workflows/emscripten.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/emscripten.yml b/.github/workflows/emscripten.yml index bb8a134d4..56f77b6ce 100644 --- a/.github/workflows/emscripten.yml +++ b/.github/workflows/emscripten.yml @@ -29,7 +29,8 @@ jobs: run: | set -eu export SDL_TESTS_QUICK=1 - ctest -VV --test-dir build/ + # FIXME: enable Emscripten build time tests + # ctest -VV --test-dir build/ - name: Install run: | echo "SDL2_DIR=$(pwd)/prefix" >> $GITHUB_ENV