Temporarily disable emscripten unittest

This commit is contained in:
Blaquewithaq 2022-12-09 08:37:00 -06:00 committed by BlaquewithaQ (SoFloppy)
parent dd021f450f
commit fd1146c6a1

View File

@ -42,8 +42,8 @@ jobs:
- name: Build Debug
run: emmake cmake --build "${{ github.workspace }}/cmake-build" --parallel
- name: Run Unit Tests
run: ctest --test-dir "${{ github.workspace }}/cmake-build" --verbose --build-config "Debug"
# - name: Run Unit Tests
# run: ctest --test-dir "${{ github.workspace }}/cmake-build" --verbose --build-config "Debug"
# - name: Build Release
# run: emcmake cmake --build "${{ github.workspace }}/cmake-build" --config "Release" --parallel