1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

CICD/GNU: only run/compile tests for id

This commit is contained in:
Jan Scheer 2021-06-13 10:09:24 +02:00
parent d99385e585
commit 60124b8fbd
2 changed files with 4 additions and 2 deletions

View file

@ -564,7 +564,8 @@ jobs:
run: |
## Dependent VARs setup
# * determine sub-crate utility list
UTILITY_LIST="$(./util/show-utils.sh ${CARGO_FEATURES_OPTION})"
# UTILITY_LIST="$(./util/show-utils.sh ${CARGO_FEATURES_OPTION})"
UTILITY_LIST="id" # TODO: remove after debugging
CARGO_UTILITY_LIST_OPTIONS="$(for u in ${UTILITY_LIST}; do echo "-puu_${u}"; done;)"
echo set-output name=UTILITY_LIST::${UTILITY_LIST}
echo ::set-output name=CARGO_UTILITY_LIST_OPTIONS::${CARGO_UTILITY_LIST_OPTIONS}

View file

@ -45,7 +45,8 @@ jobs:
- name: Run GNU tests
shell: bash
run: |
bash uutils/util/run-gnu-test.sh
bash uutils/util/run-gnu-test.sh tests/id/uid.sh # TODO: remove after debugging
bash uutils/util/run-gnu-test.sh tests/id/zero.sh # TODO: remove after debugging
- name: Extract tests info
shell: bash
run: |