Skip to content

Commit 17a8d52

Browse files
LingManBurntSushi
authored andcommitted
ci: remove explicit formatting of the benchmarks
Running `cargo fmt` in the folder above already covers the benchmarks.
1 parent f080336 commit 17a8d52

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@ jobs:
9595
- name: Check formatting
9696
run: |
9797
cargo fmt -- --check
98-
- name: Check formatting in ./bench
99-
working-directory: ./bench
100-
run: |
101-
cargo fmt -- --check
10298
10399
miri:
104100
name: miri

0 commit comments

Comments
 (0)