cue.py workaround limitation

The first argument after "build" can't be an option.
cf. python argparse limitations of add_parser() + REMAINDER
This commit is contained in:
Michael Davidsaver
2022-04-23 08:49:35 -07:00
parent 0f0f9f49d6
commit b4d7ebd648

View File

@ -189,7 +189,7 @@ jobs:
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
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