We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa8fa1a commit f445f03Copy full SHA for f445f03
1 file changed
.circleci/config.yml
@@ -29,13 +29,13 @@ jobs:
29
steps:
30
- checkout
31
- run: rustup component add rustfmt clippy
32
- - run: cargo fmt --all -- --check
33
- - run: cargo clippy --all
34
- *RESTORE_REGISTRY
35
- run: cargo generate-lockfile
36
- *SAVE_REGISTRY
37
- run: rustc --version > ~/rust-version
38
- *RESTORE_DEPS
+ - run: cargo fmt --all -- --check
+ - run: cargo clippy --all
39
- run: cargo test --all
40
- run: cargo test --manifest-path tokio-postgres/Cargo.toml --all-features
41
- *SAVE_DEPS
0 commit comments