mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 20:27:58 +00:00
[ci] Fix buildah and reorder test-doc dag (#1275)
This commit is contained in:
committed by
GitHub
parent
2f49252bcd
commit
d81c8cbaa7
@@ -147,7 +147,10 @@ test-doc:
|
||||
extends:
|
||||
- .docker-env
|
||||
- .common-refs
|
||||
- .run-immediately
|
||||
# DAG
|
||||
needs:
|
||||
- job: test-rustdoc
|
||||
artifacts: false
|
||||
variables:
|
||||
# Enable debug assertions since we are running optimized builds for testing
|
||||
# but still want to have debug assertions.
|
||||
@@ -160,10 +163,7 @@ test-rustdoc:
|
||||
extends:
|
||||
- .docker-env
|
||||
- .common-refs
|
||||
# DAG
|
||||
needs:
|
||||
- job: test-doc
|
||||
artifacts: false
|
||||
- .run-immediately
|
||||
variables:
|
||||
SKIP_WASM_BUILD: 1
|
||||
RUSTDOCFLAGS: "-Dwarnings"
|
||||
|
||||
Reference in New Issue
Block a user