1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 08:47:36 +00:00

Meta: Run test-js and test-compress as CTest executables

Reduces the number of steps in the Actions workflow this way :^)
This commit is contained in:
Andrew Kaster 2021-02-28 15:06:42 -07:00 committed by Andreas Kling
parent 8453bb3461
commit 1aa605bc03
2 changed files with 11 additions and 9 deletions

View file

@ -177,15 +177,7 @@ jobs:
- name: Run CMake tests
working-directory: ${{ github.workspace }}/Meta/Lagom/Build
run: CTEST_OUTPUT_ON_FAILURE=1 ninja test || ${{ matrix.allow-test-failure }}
timeout-minutes: 2
if: ${{ matrix.with-fuzzers == 'NO_FUZZ' }}
- name: Run JS tests
working-directory: ${{ github.workspace }}/Meta/Lagom/Build
if: ${{ matrix.with-fuzzers == 'NO_FUZZ' }}
run: DISABLE_DBG_OUTPUT=1 ./test-js || ${{ matrix.allow-test-failure }}
- name: Run LibCompress tests
working-directory: ${{ github.workspace }}/Meta/Lagom/Build
run: ./test-compress
timeout-minutes: 4
if: ${{ matrix.with-fuzzers == 'NO_FUZZ' }}
notify_irc: