[ci] Fix buildah and reorder test-doc dag (#1275)

This commit is contained in:
Alexander Samusev
2023-08-30 09:37:13 +02:00
committed by GitHub
parent 2f49252bcd
commit d81c8cbaa7
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -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"