fix(rust): use core crates for no_std
also add `no_std` build to CI
This commit is contained in:
parent
acc9cafc7c
commit
ed69a74463
3 changed files with 14 additions and 3 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
|
@ -195,6 +195,13 @@ jobs:
|
|||
npm run build
|
||||
npm run build:debug
|
||||
|
||||
- name: Check no_std builds
|
||||
if: ${{ !matrix.no-run && inputs.run-test }}
|
||||
shell: bash
|
||||
run: |
|
||||
cd lib
|
||||
$BUILD_CMD check --no-default-features
|
||||
|
||||
- name: Build target
|
||||
run: $BUILD_CMD build --release --target=${{ matrix.target }} --features=${{ matrix.features }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue