Skip to content

Commit

Permalink
Additional CI target
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeickert committed Feb 7, 2024
1 parent 2dc3185 commit 280d798
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 @@ -43,13 +43,15 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
targets: wasm32-unknown-unknown
targets: wasm32-unknown-unknown, thumbv8m.main-none-eabi
- name: Release build (no features)
run: cargo build --release --all-targets --no-default-features
- name: Release build (all features)
run: cargo build --release --all-targets --all-features
- name: Release build (WASM)
run: cargo build --release --target wasm32-unknown-unknown --no-default-features
- name: Release build (metal)
run: cargo build --release --target thumbv8m.main-none-eabi --no-default-features
test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 280d798

Please sign in to comment.