Separate RNG library (#470)
* seperates the RNG library * fixes crypto tests * adds rng256 workflow * fixes formatting
This commit is contained in:
@@ -23,6 +23,9 @@ cd ../..
|
||||
cd libraries/crypto
|
||||
cargo fmt --all -- --check
|
||||
cd ../..
|
||||
cd libraries/rng256
|
||||
cargo fmt --all -- --check
|
||||
cd ../..
|
||||
cd libraries/persistent_store
|
||||
cargo fmt --all -- --check
|
||||
cd ../..
|
||||
@@ -100,6 +103,9 @@ then
|
||||
cd libraries/cbor
|
||||
cargo test --release
|
||||
cd ../..
|
||||
cd libraries/rng256
|
||||
cargo test --release --features std
|
||||
cd ../..
|
||||
cd libraries/persistent_store
|
||||
cargo test --release --features std
|
||||
cd ../..
|
||||
@@ -109,6 +115,9 @@ then
|
||||
cd libraries/cbor
|
||||
cargo test
|
||||
cd ../..
|
||||
cd libraries/rng256
|
||||
cargo test --features std
|
||||
cd ../..
|
||||
cd libraries/persistent_store
|
||||
cargo test --features std
|
||||
cd ../..
|
||||
|
||||
Reference in New Issue
Block a user