We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04896ab commit 48206feCopy full SHA for 48206fe
appveyor.yml
@@ -1,4 +1,4 @@
1
-os: Visual Studio 2017
+os: Visual Studio 2019
2
3
environment:
4
matrix:
@@ -23,6 +23,6 @@ build_script:
23
- cargo test --manifest-path foundationdb-sys/Cargo.toml
24
- cargo test --manifest-path foundationdb-gen/Cargo.toml
25
- cargo test --manifest-path foundationdb/Cargo.toml
26
- - 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
27
- cargo test --manifest-path foundationdb-bench/Cargo.toml
28
- cargo run --manifest-path foundationdb/Cargo.toml --example class-scheduling
0 commit comments