mirror of
https://github.com/tlsnotary/rs-merkle.git
synced 2026-01-06 21:43:57 -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
|
||||
profile: minimal
|
||||
override: true
|
||||
target: thumbv7em-none-eabi
|
||||
- name: Build without std
|
||||
run: cargo build --no-default-features
|
||||
run: cargo build --no-default-features --target thumbv7em-none-eabi
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user