ci: Fix GH action for rustfmt
Since we now have a toplevel workspace, just use that.
This commit is contained in:
parent
0fcf4a3f30
commit
73a896e62c
|
|
@ -24,4 +24,4 @@ jobs:
|
|||
default: true
|
||||
components: rustfmt, clippy
|
||||
- name: cargo fmt (check)
|
||||
run: cd tests/inst && cargo fmt -- --check -l
|
||||
run: cargo fmt -- --check -l
|
||||
|
|
|
|||
Loading…
Reference in New Issue