Skip to content

Commit

Permalink
fix appveyor test commands (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
twickham committed Jan 14, 2017
1 parent 1f746b5 commit 4cb30b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ test_script:
cargo build --target %TARGET% --release &&
cargo test --target %TARGET% &&
cargo test --target %TARGET% --release &&
cargo run --target %TARGET% --help &&
cargo run --target %TARGET% --release --help
cargo run --target %TARGET% -- --help &&
cargo run --target %TARGET% --release -- --help
)

before_deploy:
Expand Down

0 comments on commit 4cb30b8

Please sign in to comment.