Skip to content

Commit

Permalink
chore(ci): Run doc test only on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Jan 17, 2025
1 parent 970635a commit 75219c6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,14 @@ jobs:
- run: cargo nextest run --workspace --all-features
env:
QUICKCHECK_TESTS: 1000 # run a lot of quickcheck iterations

doc-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hecrj/setup-rust-action@v2
- uses: taiki-e/install-action@cargo-hack
- uses: Swatinem/rust-cache@v2
- run: cargo hack --no-private test --doc --all-features

interop:
Expand Down

0 comments on commit 75219c6

Please sign in to comment.