Skip to content

Commit

Permalink
Fixed CI fmt issue of different cargo fmt versions for kernels and bi…
Browse files Browse the repository at this point in the history
…nary

Co-authored-by: Jonathan Klimt <[email protected]>
  • Loading branch information
mkroening and jounathaen committed Sep 17, 2024
1 parent 5511c8f commit a3ab47a
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 a3ab47a

Please sign in to comment.