Skip to content

Commit

Permalink
Merge pull request #602 from jannic/build-tests
Browse files Browse the repository at this point in the history
Actually build on-target-tests in CI
  • Loading branch information
jannic authored Jul 6, 2023
2 parents 3b2738a + 6391813 commit 8962048
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
target: thumbv6m-none-eabi
- name: Install cargo-hack
uses: baptiste0928/cargo-install@v2
with:
crate: cargo-hack
- name: Build on-target-tests
run: |
cd on-target-tests
cargo hack build --each-feature --exclude-all-features
cargo test --no-run

0 comments on commit 8962048

Please sign in to comment.