Skip to content

Commit

Permalink
fix appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Speedy37 committed Nov 7, 2019
1 parent 04896ab commit 48206fe
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
@@ -1,4 +1,4 @@
os: Visual Studio 2017
os: Visual Studio 2019

environment:
matrix:
Expand All @@ -23,6 +23,6 @@ build_script:
- cargo test --manifest-path foundationdb-sys/Cargo.toml
- cargo test --manifest-path foundationdb-gen/Cargo.toml
- cargo test --manifest-path foundationdb/Cargo.toml
- cargo test --manifest-path foundationdb/Cargo.toml --no-default-features --features fdb-6_0
- cargo test --manifest-path foundationdb/Cargo.toml --no-default-features --features fdb-6_0 --tests
- cargo test --manifest-path foundationdb-bench/Cargo.toml
- cargo run --manifest-path foundationdb/Cargo.toml --example class-scheduling

0 comments on commit 48206fe

Please sign in to comment.