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

Detect situations where 'make' was somehow incomplete,
or where an incorrect dependency leaves some step
perpetually out-of-date and repeated every time.
This commit is contained in:
Michael Davidsaver
2022-04-17 10:41:08 -07:00
parent 6d3821adb8
commit 0f0f9f49d6

View File

@ -187,6 +187,9 @@ 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 -- -q
- name: Run main module tests
run: python .ci/cue.py -T 60M test
- name: Upload tapfiles Artifact