Skip to content

Commit

Permalink
Try to fix appveyor builds
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Nov 30, 2019
1 parent 92ee714 commit 9b432af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ install:
- cargo -vV
build: false
test_script:
- cargo clean -p lettre
- cargo build --verbose --manifest-path lettre/Cargo.toml
- cargo clean -p lettre_email -p lettre
- cargo test --verbose --manifest-path lettre_email/Cargo.toml

0 comments on commit 9b432af

Please sign in to comment.