Skip to content

Commit fd10557

Browse files
committed
🐛 Fix formatting check
Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com>
1 parent fafe006 commit fd10557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
echo "CACHE_TEST_TO=$CACHE_TEST_TO" >> $GITHUB_ENV
5858
echo "CACHE_LINT_TO=$CACHE_LINT_TO" >> $GITHUB_ENV
5959
- name: Check formatting
60-
run: cargo fmt -- -check
60+
run: cargo fmt --check
6161
- name: Test
6262
uses: docker/build-push-action@v5
6363
with:

0 commit comments

Comments
 (0)