mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 00:57:57 +00:00
disable unleash-check (#9705)
the last successful run of this check was on b14d4f07aa and it had been failing even before that
should be re-enabled lated
This commit is contained in:
committed by
GitHub
parent
0a8b3ddedc
commit
bd2aa79112
+11
-11
@@ -365,20 +365,20 @@ test-linux-stable: &test-linux
|
||||
- SUBSTRATE_TEST_TIMEOUT=1 time cargo test -p substrate-test-utils --release --verbose --locked -- --ignored timeout
|
||||
- sccache -s
|
||||
|
||||
unleash-check:
|
||||
stage: test
|
||||
<<: *docker-env
|
||||
<<: *test-refs-no-trigger
|
||||
script:
|
||||
- cargo install cargo-unleash ${CARGO_UNLEASH_INSTALL_PARAMS}
|
||||
- cargo unleash de-dev-deps
|
||||
#unleash-check:
|
||||
#stage: test
|
||||
#<<: *docker-env
|
||||
#<<: *test-refs-no-trigger
|
||||
#script:
|
||||
#- cargo install cargo-unleash ${CARGO_UNLEASH_INSTALL_PARAMS}
|
||||
#- cargo unleash de-dev-deps
|
||||
# Reuse build artifacts when running checks (cuts down check time by 3x)
|
||||
# TODO: Implement this optimization in cargo-unleash rather than here
|
||||
- mkdir -p target/unleash
|
||||
- export CARGO_TARGET_DIR=target/unleash
|
||||
- cargo unleash check ${CARGO_UNLEASH_PKG_DEF}
|
||||
#- mkdir -p target/unleash
|
||||
#- export CARGO_TARGET_DIR=target/unleash
|
||||
#- cargo unleash check ${CARGO_UNLEASH_PKG_DEF}
|
||||
# FIXME: this job must not fail, or unleash-to-crates-io will publish broken stuff
|
||||
allow_failure: true
|
||||
#allow_failure: true
|
||||
|
||||
test-frame-examples-compile-to-wasm:
|
||||
# into one job
|
||||
|
||||
Reference in New Issue
Block a user