From ed2ffe8581db3156ab92bac96038a9729ec8f676 Mon Sep 17 00:00:00 2001 From: alvicsam Date: Mon, 14 Oct 2024 12:58:26 +0200 Subject: [PATCH] disable test --- .github/workflows/docs.yml | 44 +++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 053c9dd9162e..652ab249c8fb 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -16,32 +16,32 @@ jobs: preflight: uses: ./.github/workflows/reusable-preflight.yml - test-rustdoc: - runs-on: ${{ needs.preflight.outputs.RUNNER }} - if: ${{ needs.preflight.outputs.changes_rust }} - needs: [preflight] - container: - image: ${{ needs.preflight.outputs.IMAGE }} - steps: - - uses: actions/checkout@v4 - - run: forklift cargo doc --workspace --all-features --no-deps - env: - SKIP_WASM_BUILD: 1 - test-doc: - runs-on: ${{ needs.preflight.outputs.RUNNER }} - needs: [preflight] - container: - image: ${{ needs.preflight.outputs.IMAGE }} - steps: - - uses: actions/checkout@v4 - - run: forklift cargo test --doc --workspace - env: - RUSTFLAGS: "-Cdebug-assertions=y -Dwarnings" + # test-rustdoc: + # runs-on: ${{ needs.preflight.outputs.RUNNER }} + # if: ${{ needs.preflight.outputs.changes_rust }} + # needs: [preflight] + # container: + # image: ${{ needs.preflight.outputs.IMAGE }} + # steps: + # - uses: actions/checkout@v4 + # - run: forklift cargo doc --workspace --all-features --no-deps + # env: + # SKIP_WASM_BUILD: 1 + # test-doc: + # runs-on: ${{ needs.preflight.outputs.RUNNER }} + # needs: [preflight] + # container: + # image: ${{ needs.preflight.outputs.IMAGE }} + # steps: + # - uses: actions/checkout@v4 + # - run: forklift cargo test --doc --workspace + # env: + # RUSTFLAGS: "-Cdebug-assertions=y -Dwarnings" build-rustdoc: runs-on: ${{ needs.preflight.outputs.RUNNER }} if: ${{ needs.preflight.outputs.changes_rust }} - needs: [preflight, test-rustdoc] + needs: [preflight] #, test-rustdoc] container: image: ${{ needs.preflight.outputs.IMAGE }} steps: