From aaa4b4efa30aa0b8c79c75e3d284750332bab209 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Tue, 10 Sep 2024 22:02:22 +0300 Subject: [PATCH] ci --- .github/workflows/build_and_tests_reusable.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build_and_tests_reusable.yml b/.github/workflows/build_and_tests_reusable.yml index 4fe1889e..64333778 100644 --- a/.github/workflows/build_and_tests_reusable.yml +++ b/.github/workflows/build_and_tests_reusable.yml @@ -46,13 +46,13 @@ jobs: -A clippy::too_long_first_doc_paragraph shell: bash + - name: doc + run: cargo doc --workspace --all-features --no-deps + - name: tests if: matrix.os != 'windows-latest' run: cargo test --release --all --all-features - - name: doc - run: cargo doc --workspace --all-features --no-deps - - name: test publish run: cargo publish --dry-run --allow-dirty @@ -89,12 +89,12 @@ jobs: -A clippy::type_complexity \ -A clippy::too_long_first_doc_paragraph shell: bash - + + - name: java-bridge doc + run: cargo doc --workspace --all-features --no-deps + - name: java-bridge tests if: matrix.os != 'windows-latest' run: | cd java-bridge cargo test --release --all --all-features - - - name: java-bridge doc - run: cargo doc --workspace --all-features --no-deps