Revert "ci: GHA follow 'make' with 'make -q'"

Stupid make...

This reverts commit b4d7ebd648.
This reverts commit 0f0f9f49d6.
This commit is contained in:
Michael Davidsaver
2022-04-23 10:18:38 -07:00
parent b4d7ebd648
commit 492672c718

View File

@ -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