diff --git a/appveyor.yml b/appveyor.yml index 7411b6b..c9d6eaf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -33,4 +33,4 @@ build: false # Equivalent to Travis' `script` phase # TODO modify this phase as you see fit test_script: - - cd cursive && cargo test --verbose --all --no-default-features --features pancurses-backend + - cd cursive && cargo test --verbose --all --no-default-features --features markdown pancurses-backend crossterm-backend