mirror of
https://github.com/tlsnotary/rs-merkle.git
synced 2026-01-09 06:48:04 -05:00
feat: add a hard check for no-std targets (#23)
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -29,8 +29,9 @@ jobs:
|
|||||||
toolchain: stable
|
toolchain: stable
|
||||||
profile: minimal
|
profile: minimal
|
||||||
override: true
|
override: true
|
||||||
|
target: thumbv7em-none-eabi
|
||||||
- name: Build without std
|
- name: Build without std
|
||||||
run: cargo build --no-default-features
|
run: cargo build --no-default-features --target thumbv7em-none-eabi
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user