We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6df3842 commit 20c2814Copy full SHA for 20c2814
.travis.yml
@@ -12,3 +12,4 @@ 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=tokio-postgres/Cargo.toml
15
+- cargo test --manifest-path=postgres-protocol/Cargo.toml
0 commit comments