Skip to content

Commit

Permalink
🐛 Fix formatting check
Browse files Browse the repository at this point in the history
Signed-off-by: Evaline Ju <[email protected]>
  • Loading branch information
evaline-ju committed May 15, 2024
1 parent fafe006 commit fd10557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
echo "CACHE_TEST_TO=$CACHE_TEST_TO" >> $GITHUB_ENV
echo "CACHE_LINT_TO=$CACHE_LINT_TO" >> $GITHUB_ENV
- name: Check formatting
run: cargo fmt -- -check
run: cargo fmt --check
- name: Test
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit fd10557

Please sign in to comment.