mirror of
https://old.git.ood.ovh/nehu/tokio-messaging.git
synced 2025-07-01 22:09:27 +02:00
Use a unit test reporter
This commit is contained in:
parent
37d99a70c2
commit
99a94702d0
2 changed files with 10 additions and 0 deletions
7
.github/workflows/rust.yml
vendored
7
.github/workflows/rust.yml
vendored
|
@ -68,5 +68,12 @@ jobs:
|
|||
with:
|
||||
command: nextest
|
||||
args: run --all-features --profile ci
|
||||
- name: Process unit test report
|
||||
uses: dorny/test-reporter@v1
|
||||
if: success() || failure()
|
||||
with:
|
||||
name: test-results
|
||||
path: target/nextest/ci/junit.xml
|
||||
reporter: java-junit
|
||||
- name: Run documentation tests
|
||||
run: cargo test --doc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue