Skip to content

Commit

Permalink
Fix CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
YuhanLiin committed Jul 14, 2024
1 parent 7c83c4c commit a0db68d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 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 --exclude arm-app -- -Dwarnings
- run: cargo test --exclude arm-app
- run: cargo clippy --workspace --tests --exclude arm-app -- -Dwarnings
- run: cargo test --workspace --exclude arm-app

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

miri:
name: miri testing on unsafe code
Expand Down

0 comments on commit a0db68d

Please sign in to comment.