diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb0b87d..1100277 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,12 +18,11 @@ jobs: with: use-cross: true command: check - args: --target thumbv6m-none-eabi - uses: actions-rs/cargo@v1 with: use-cross: true command: check - args: --examples --target thumbv6m-none-eabi + args: --examples fmt: name: Rustfmt @@ -57,7 +56,7 @@ jobs: with: use-cross: true command: clippy - args: --target thumbv6m-none-eabi -- -D warnings + args: -- -D warnings ci: if: ${{ success() }}