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

ci: fix appveyor cargo test call

This commit is contained in:
Nathan Ross 2016-08-06 13:52:57 -04:00
parent b85b8dc18c
commit 3048b5d551

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