diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b7c44946f..524d9add3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -371,10 +371,10 @@ jobs: ulimit -c unlimited # coredumps # exclude nonreproducible test ctest -j4 --output-on-failure ${{ matrix.CTEST_OPTIONS }} < /dev/null - if: matrix.wasm || !matrix.cross + if: (matrix.wasm || !matrix.cross) && !needs.configure.outputs.quick - name: Check Test Binary run: ${{ matrix.binary-check }} tests/compiler/534.lean.out - if: ${{ !matrix.cross }} + if: ${{ !matrix.cross && !needs.configure.outputs.quick }} - name: Build Stage 2 run: | cd build