ci: run EF tests that require fake crypto
This commit is contained in:
parent
8de7706500
commit
8c5964a758
@ -29,6 +29,13 @@ test-release:
|
|||||||
script:
|
script:
|
||||||
- cargo test --verbose --all --release
|
- cargo test --verbose --all --release
|
||||||
|
|
||||||
|
test-fake-crypto:
|
||||||
|
stage: test
|
||||||
|
variables:
|
||||||
|
GIT_SUBMODULE_STRATEGY: normal
|
||||||
|
script:
|
||||||
|
- cargo test --manifest-path tests/ef_tests/Cargo.toml --release --features fake_crypto
|
||||||
|
|
||||||
documentation:
|
documentation:
|
||||||
stage: document
|
stage: document
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user