Require rust-features check (#12796)

* Typo

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

* Move rust feature check to docker and require not to fail

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

* Add .docker-env

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

* Move test-rust-features check back to kubernetes

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
Oliver Tale-Yazdi
2022-11-29 16:19:36 +00:00
committed by GitHub
parent ff439ee335
commit 04e883d310
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -300,7 +300,7 @@ pub(crate) struct AsyncApi {
}
impl AsyncApi {
/// Creates new Offchain extensions API implementation an the asynchronous processing part.
/// Creates new Offchain extensions API implementation and the asynchronous processing part.
pub fn new(
network_provider: Arc<dyn NetworkProvider + Send + Sync>,
is_validator: bool,
@@ -40,7 +40,6 @@ test-rust-features:
extends:
- .kubernetes-env
- .test-refs-no-trigger-prs-only
allow_failure: true
script:
- git clone
--depth=1