Explorar o código

ci: Disable emscripten build time tests

Anonymous Maarten %!s(int64=3) %!d(string=hai) anos
pai
achega
81fd45f723
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      .github/workflows/emscripten.yml

+ 2 - 1
.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