ci: Fix GH action for rustfmt

Since we now have a toplevel workspace, just use that.
This commit is contained in:
Colin Walters 2021-04-27 13:08:57 -04:00
parent 0fcf4a3f30
commit 73a896e62c

View File

@ -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