diff --git a/appveyor.yml b/appveyor.yml index c52981d5a..86df68dd2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -33,4 +33,4 @@ artifacts: build: false test_script: - - cargo test --no-fail-fast --features nightly generic --no-default-features + - cargo test --no-fail-fast --features "nightly generic" --no-default-features