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:
parent
8453bb3461
commit
1aa605bc03
2 changed files with 11 additions and 9 deletions
10
.github/workflows/cmake.yml
vendored
10
.github/workflows/cmake.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue