diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ea0fcd..117d43e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: command: name: Format command: fmt - args: --all-features -- --check + args: --all -- --check components: rustfmt - toolchain: stable command: