Skip to content

Commit

Permalink
Merge pull request #753 from hermit-os/fmt-fix
Browse files Browse the repository at this point in the history
Fixed CI fmt issue of different cargo fmt versions for kernels and binary
  • Loading branch information
mkroening authored Sep 17, 2024
2 parents 5511c8f + a3ab47a commit 6463f7b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,8 @@ jobs:
components: rustfmt
- name: Format
run: cargo fmt --all -- --check
- name: Install rustfmt for Test Kernels
run: rustup component add rustfmt
working-directory: tests/test-kernels
- name: Format Test Kernels
run: cargo fmt --all -- --check
run: cargo +nightly fmt --all -- --check
working-directory: tests/test-kernels

clippy:
Expand Down

0 comments on commit 6463f7b

Please sign in to comment.