Skip to content

Commit f445f03

Browse files
committed
Check after restoring caches
1 parent fa8fa1a commit f445f03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
steps:
3030
- checkout
3131
- run: rustup component add rustfmt clippy
32-
- run: cargo fmt --all -- --check
33-
- run: cargo clippy --all
3432
- *RESTORE_REGISTRY
3533
- run: cargo generate-lockfile
3634
- *SAVE_REGISTRY
3735
- run: rustc --version > ~/rust-version
3836
- *RESTORE_DEPS
37+
- run: cargo fmt --all -- --check
38+
- run: cargo clippy --all
3939
- run: cargo test --all
4040
- run: cargo test --manifest-path tokio-postgres/Cargo.toml --all-features
4141
- *SAVE_DEPS

0 commit comments

Comments
 (0)