fix crypto workflow
This commit is contained in:
4
.github/workflows/crypto_test.yml
vendored
4
.github/workflows/crypto_test.yml
vendored
@@ -33,10 +33,10 @@ jobs:
|
|||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
args: --manifest-path libraries/crypto/Cargo.toml --release --features std,derive_debug
|
args: --manifest-path libraries/crypto/Cargo.toml --release --features std
|
||||||
|
|
||||||
- name: Unit testing of crypto library (debug mode)
|
- name: Unit testing of crypto library (debug mode)
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
args: --manifest-path libraries/crypto/Cargo.toml --features std,derive_debug
|
args: --manifest-path libraries/crypto/Cargo.toml --features std
|
||||||
|
|||||||
Reference in New Issue
Block a user