Skip to content

Commit ff49a6d

Browse files
authored
Update config.yml
1 parent 7dcf8f9 commit ff49a6d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- v1-dependencies-{{ arch }}-{{ checksum "Cargo.lock" }}
1717
# fallback to using the latest cache if no exact match is found
1818
- v1-dependencies-
19-
- run:
20-
name: Check formatting
21-
command: |
22-
rustfmt --version
23-
cargo fmt -- --write-mode=diff
19+
# - run:
20+
# name: Check formatting
21+
# command: |
22+
# rustfmt --version
23+
# cargo fmt -- --write-mode=diff
2424

2525
- run:
2626
name: Build all targets

0 commit comments

Comments
 (0)