Skip to content

Commit 0b73ed4

Browse files
committed
Update ci.yml
1 parent 9257768 commit 0b73ed4

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ jobs:
2525
restore-keys: ${{ runner.os }}-cargo-
2626
- name: cargo test
2727
run: cargo test
28-
# uncomment to enable clippy linter
29-
# - name: cargo clippy
30-
# run: cargo clippy -- -D warnings
31-
# uncomment to enable format linter
32-
# - name: cargo fmt
33-
# run: cargo fmt --check
28+
- name: cargo clippy
29+
run: cargo clippy -- -D warnings
30+
- name: cargo fmt
31+
run: cargo fmt --check

0 commit comments

Comments
 (0)