summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAndrew Kaster <andrewdkaster@gmail.com>2021-02-28 15:06:42 -0700
committerAndreas Kling <kling@serenityos.org>2021-03-02 09:00:21 +0100
commit1aa605bc038f35c1cedcc8fbc5d9cb457522c629 (patch)
tree29fceff00e339ffed087ff5d1ac7cc13f6ac3f4a /.github/workflows
parent8453bb346191522d87eaf822b38ef3bd5291af20 (diff)
downloadserenity-1aa605bc038f35c1cedcc8fbc5d9cb457522c629.zip
Meta: Run test-js and test-compress as CTest executables
Reduces the number of steps in the Actions workflow this way :^)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cmake.yml10
1 files changed, 1 insertions, 9 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index fdf04ee579..6ea81ee69f 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -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: