diff --git a/appveyor.yml b/appveyor.yml index accf1eb7..72c518a2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,7 +28,7 @@ install: test_script: - if [%APPVEYOR_REPO_TAG%]==[false] ( cargo check --target %TARGET% && - cargo check --target %TARGET% --release + cargo check --target %TARGET% --release && cargo check --target %TARGET% --all-features && cargo check --target %TARGET% --all-features --release )