Skip to content

Commit

Permalink
ci: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp-CN committed Jan 19, 2025
1 parent 555bab0 commit be2bbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Check code format
run: cargo fmt --all -- --check
- name: Clippy
run: cargo hack clippy hack --target ${{ matrix.targets }} --each-feature --no-dev-deps -- -D warnings
run: cargo hack clippy --target ${{ matrix.targets }} --each-feature --no-dev-deps -- -D warnings
- name: Build
run: cargo hack build --target ${{ matrix.targets }} --each-feature --no-dev-deps
- name: Unit test
Expand Down

0 comments on commit be2bbbd

Please sign in to comment.