diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 42eaac83..6a867d2c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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