We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ef98d commit 2a55931Copy full SHA for 2a55931
1 file changed
.travis.yml
@@ -9,5 +9,5 @@ addons:
9
before_script:
10
- "./.travis/setup.sh"
11
script:
12
-- cargo test
13
-- cargo test --features "$(cargo read-manifest | jq -r '.features|keys|map(select(. != "with-security-framework" and . != "with-schannel"))|join(" ")')"
+- cargo test --manifest-path=postgres/Cargo.toml
+- 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(" ")')"
0 commit comments