fix crypto workflow

This commit is contained in:
Fabian Kaczmarczyck
2021-02-02 06:52:01 +01:00
parent 9270afbc21
commit f64567febc

View File

@@ -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