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:
2
.github/workflows/ci-scripts-build.yml
vendored
2
.github/workflows/ci-scripts-build.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user