diff options
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index b7a558c..cc2c0d8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,5 +9,4 @@ install: build: false test_script: - - cargo test --verbose --no-default-features --features "window" - - cargo test --verbose --no-default-features --features "headless" + - cargo test --verbose |