mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 10:11:44 +00:00
ci: run EF tests that require fake crypto
This commit is contained in:
@@ -29,6 +29,13 @@ test-release:
|
||||
script:
|
||||
- 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:
|
||||
stage: document
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user