Skip to content

Commit

Permalink
ci 5
Browse files Browse the repository at this point in the history
  • Loading branch information
rafael committed Jun 14, 2024
1 parent 72d5ea2 commit 6baf72b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ jobs:
- name: Add Rust target
run: rustup target add thumbv6m-none-eabi
- name: Build
run: cargo build --target thumbv6m-none-eabi --verbose
run: cargo build --target thumbv6m-none-eabi --verbose
- name: Run tests
run: cargo test --verbose --target thumbv6m-none-eabi

0 comments on commit 6baf72b

Please sign in to comment.