Merge pull request 'CI update' (#55) from ci-update into main
Reviewed-on: #55
This commit is contained in:
commit
910ed58fdf
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -10,8 +10,10 @@ jobs:
|
|||||||
- uses: dtolnay/rust-toolchain@stable
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
with:
|
||||||
targets: "thumbv7em-none-eabihf"
|
targets: "thumbv7em-none-eabihf"
|
||||||
- run: cargo check --target thumbv7em-none-eabihf --release
|
- run: cargo check --target thumbv7em-none-eabihf
|
||||||
- run: cargo check --target thumbv7em-none-eabihf --examples --release
|
- run: cargo check --target thumbv7em-none-eabihf --examples
|
||||||
|
- run: cargo check -p va416xx --target thumbv7em-none-eabihf --all-features
|
||||||
|
- run: cargo check -p va416xx-hal --target thumbv7em-none-eabihf --examples --features "defmt va41630"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
name: Run Tests
|
name: Run Tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user