Skip to content

Commit

Permalink
Run doc tests again
Browse files Browse the repository at this point in the history
Nextest doesn't run doc tests, so we need to run them with
`cargo test --doc`.

See nextest-rs/nextest#16
  • Loading branch information
Hocuri committed Apr 11, 2024
1 parent e9cfcd9 commit 96dc8d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ jobs:
RUST_BACKTRACE: 1
run: cargo nextest run --workspace

- name: Doc-Tests
env:
RUST_BACKTRACE: 1
run: cargo test --workspace --doc

- name: Test cargo vendor
run: cargo vendor

Expand Down

0 comments on commit 96dc8d2

Please sign in to comment.