uucore: add uucore testing to travis and cirrus

This commit is contained in:
ReggaeMuffin 2021-04-05 16:27:26 +01:00
parent 3bfb1afe5c
commit 196bfebc8b
No known key found for this signature in database
GPG key ID: B7A56D7FE881B7C5
2 changed files with 2 additions and 2 deletions

View file

@ -11,4 +11,4 @@ task:
- cargo build
test_script:
- . $HOME/.cargo/env
- cargo test
- cargo test -p uucore -p coreutils

View file

@ -56,7 +56,7 @@ install:
script:
- cargo build $CARGO_ARGS --features "$FEATURES"
- if [ ! $REDOX ]; then cargo test $CARGO_ARGS --features "$FEATURES" --no-fail-fast; fi
- if [ ! $REDOX ]; then cargo test $CARGO_ARGS -p uucore -p coreutils --features "$FEATURES" --no-fail-fast; fi
- if [ -n "$TEST_INSTALL" ]; then mkdir installdir_test; DESTDIR=installdir_test make install; [ `ls installdir_test/usr/local/bin | wc -l` -gt 0 ]; fi
addons: