Skip to content

Commit

Permalink
fix(ci): Also run doc tests (#1095)
Browse files Browse the repository at this point in the history
These are not run by default.  And you can not mix them with normal
tests apparently.
  • Loading branch information
flub committed Jun 12, 2023
1 parent 5c96bb3 commit 97d24a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:

- name: tests
run: cargo test --workspace --all-features --lib --bins --tests

- name: doctests
run: cargo test --workspace --all-features --doc

build_and_test_windows:
name: Build and test (Windows)
Expand Down

0 comments on commit 97d24a6

Please sign in to comment.