Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
YuhanLiin committed Jul 13, 2024
1 parent 0780b13 commit 7c83c4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
toolchain: ${{matrix.toolchain}}
components: clippy
- uses: arduino/setup-protoc@v3
- run: cargo clippy --tests -- -Dwarnings
- run: cargo test
- run: cargo clippy --tests --exclude arm-app -- -Dwarnings
- run: cargo test --exclude arm-app

build:
name: build workspace with ${{matrix.toolchain}}
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
target: thumbv7em-none-eabihf
- uses: arduino/setup-protoc@v3
- run: cd examples/arm-app
- run: cargo build --profile release-lto
- run: cargo build --profile release-lto --target thumbv7em-none-eabihf

miri:
name: miri testing on unsafe code
Expand Down

0 comments on commit 7c83c4c

Please sign in to comment.