Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Sep 10, 2024
1 parent c438e1e commit aaa4b4e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build_and_tests_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

0 comments on commit aaa4b4e

Please sign in to comment.