feat: add a hard check for no-std targets (#23)

This commit is contained in:
Anton Suprunchuk
2023-03-14 19:03:48 +08:00
committed by GitHub
parent 4bf32326fd
commit 71118dc439

View File

@@ -29,8 +29,9 @@ jobs:
toolchain: stable
profile: minimal
override: true
target: thumbv7em-none-eabi
- name: Build without std
run: cargo build --no-default-features
run: cargo build --no-default-features --target thumbv7em-none-eabi
lint:
runs-on: ubuntu-latest
steps: