Add no_std build step to github action
This commit is contained in:
parent
2332a54a29
commit
d1022af46f
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -20,3 +20,5 @@ jobs:
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
- name: Build no_std
|
||||
run: cargo build --no-default-features
|
||||
|
Loading…
x
Reference in New Issue
Block a user