diff --git a/.github/workflows/ci-scripts-build.yml b/.github/workflows/ci-scripts-build.yml index 8389fe350..8ff677dc3 100644 --- a/.github/workflows/ci-scripts-build.yml +++ b/.github/workflows/ci-scripts-build.yml @@ -187,9 +187,6 @@ jobs: run: python .ci/cue.py prepare - name: Build main module run: python .ci/cue.py build - - name: Build main module (repeat?) - # repeat in "question mode" to ensure a repeated 'make' is a no-op. - run: python .ci/cue.py build all -q - name: Run main module tests run: python .ci/cue.py -T 60M test - name: Upload tapfiles Artifact