Skip to content

Commit

Permalink
Build example in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
qwandor committed May 21, 2024
1 parent d70f197 commit 79de408
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ jobs:
env:
RUSTFLAGS: ${{ matrix.rustflags }}

example:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Rust
run: rustup target add thumbv7em-none-eabi
- name: Build example
run: cd example && cargo build

fmt:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 79de408

Please sign in to comment.