Add no_std build step to github action

This commit is contained in:
Christopher Cole 2022-10-21 14:51:37 -07:00 committed by GitHub
parent 2332a54a29
commit d1022af46f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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