Skip to content

Commit

Permalink
add min-std test to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dragazo committed Nov 21, 2023
1 parent ae64db9 commit 37498fb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,21 @@ jobs:
use-cross: true
command: build
args: --lib --no-default-features ${{ matrix.opt }} --target thumbv6m-none-eabi

min-std:
name: min-std
runs-on: ubuntu-latest
strategy:
matrix:
opt: ["", "--release"]
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: build
args: --lib --no-default-features ${{ matrix.opt }} --features std

0 comments on commit 37498fb

Please sign in to comment.