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

Merge pull request #942 from nathanross/fix-appveyor

ci: fix appveyor cargo test call
This commit is contained in:
Jian Zeng 2016-08-07 02:28:58 +08:00 committed by GitHub
commit 7ff57d6b66

View file

@ -33,4 +33,4 @@ artifacts:
build: false build: false
test_script: test_script:
- cargo test --no-fail-fast --features nightly generic --no-default-features - cargo test --no-fail-fast --features "nightly generic" --no-default-features