Skip to content

Commit 48206fe

Browse files
committed
fix appveyor
1 parent 04896ab commit 48206fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
os: Visual Studio 2017
1+
os: Visual Studio 2019
22

33
environment:
44
matrix:
@@ -23,6 +23,6 @@ build_script:
2323
- cargo test --manifest-path foundationdb-sys/Cargo.toml
2424
- cargo test --manifest-path foundationdb-gen/Cargo.toml
2525
- cargo test --manifest-path foundationdb/Cargo.toml
26-
- cargo test --manifest-path foundationdb/Cargo.toml --no-default-features --features fdb-6_0
26+
- cargo test --manifest-path foundationdb/Cargo.toml --no-default-features --features fdb-6_0 --tests
2727
- cargo test --manifest-path foundationdb-bench/Cargo.toml
2828
- cargo run --manifest-path foundationdb/Cargo.toml --example class-scheduling

0 commit comments

Comments
 (0)