We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492d5d0 commit 6415d7eCopy full SHA for 6415d7e
1 file changed
.travis.yml
@@ -11,3 +11,4 @@ before_script:
11
script:
12
- cargo test --manifest-path=postgres/Cargo.toml
13
- cargo test --manifest-path=postgres/Cargo.toml --features "$(cargo read-manifest --manifest-path=postgres/Cargo.toml | jq -r '.features|keys|map(select(. != "with-security-framework" and . != "with-schannel"))|join(" ")')"
14
+- cargo test --manifest-path=postgres-tokio/Cargo.toml
0 commit comments