diff options
Diffstat (limited to '.github/workflows/cmake.yml')
-rw-r--r-- | .github/workflows/cmake.yml | 10 |
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: |