cbor: drop std feature, use core in tests (#327)
This commit is contained in:
4
.github/workflows/cbor_test.yml
vendored
4
.github/workflows/cbor_test.yml
vendored
@@ -29,10 +29,10 @@ jobs:
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
args: --manifest-path libraries/cbor/Cargo.toml --release --features std
|
||||
args: --manifest-path libraries/cbor/Cargo.toml --release
|
||||
|
||||
- name: Unit testing of CBOR library (debug mode)
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
args: --manifest-path libraries/cbor/Cargo.toml --features std
|
||||
args: --manifest-path libraries/cbor/Cargo.toml
|
||||
|
||||
Reference in New Issue
Block a user