add no_std compatibility test
This should check that the crate stays no_std compatible in the future
This commit is contained in:
parent
88a8963455
commit
fe434a729f
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ rust:
|
||||||
script:
|
script:
|
||||||
- cargo build --verbose
|
- cargo build --verbose
|
||||||
- cargo test --verbose
|
- cargo test --verbose
|
||||||
|
- cargo check --target thumbv7m-none-eabi # check for no_std
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
|
|
Loading…
Reference in a new issue