simplify CI
This commit is contained in:
parent
4da8267c9c
commit
f626e33e72
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -16,9 +16,7 @@ jobs:
|
||||
override: true
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
use-cross: true
|
||||
command: check
|
||||
args: --target thumbv6m-none-eabi
|
||||
|
||||
fmt:
|
||||
name: Rustfmt
|
||||
@ -50,9 +48,8 @@ jobs:
|
||||
- run: rustup component add clippy
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
use-cross: true
|
||||
command: clippy
|
||||
args: --target thumbv6m-none-eabi -- -D warnings
|
||||
args: -- -D warnings
|
||||
|
||||
ci:
|
||||
if: ${{ success() }}
|
||||
|
Reference in New Issue
Block a user