ci add cargo test of docs
cargo devel CI / cargo CI (push) Failing after 1m24s Details

This commit is contained in:
Christoph J. Scherr 2024-05-12 17:27:49 +02:00
parent 91911fca1d
commit 43355d938f
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ jobs:
- name: cargo fmt
run: cargo fmt --all
- name: cargo test
run: cargo test --all-features --all-targets --workspace
run: cargo test --all-features --all-targets --workspace && cargo test --all-features --workspace --doc
- name: commit back to repository
uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
with:

View File

@ -38,7 +38,7 @@ jobs:
- name: cargo fmt
run: cargo fmt --all
- name: cargo test
run: cargo test --all-features --all-targets --workspace
run: cargo test --all-features --all-targets --workspace && cargo test --all-features --workspace --doc
- name: commit back to repository
uses: stefanzweifel/git-auto-commit-action@v5
with: