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 e6f5124 commit 9386659Copy full SHA for 9386659
circle.yml
@@ -17,12 +17,12 @@ jobs:
17
paths:
18
- ~/.cargo/registry/index
19
- restore_cache:
20
- key: dependencies-{{ checksum "Cargo.lock" }}
+ key: dependencies-1.18-{{ checksum "Cargo.lock" }}
21
- run: cargo test --all
22
- run: 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(" ")')"
23
- run: cargo test --manifest-path=tokio-postgres/Cargo.toml --all-features
24
- save_cache:
25
26
27
- target
28
- ~/.cargo/registry/cache
0 commit comments