Skip to content

Commit fb207ad

Browse files
authored
chore(ci): Run doc test only on ubuntu (#2149)
1 parent 970635a commit fb207ad

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/CI.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,14 @@ jobs:
115115
- run: cargo nextest run --workspace --all-features
116116
env:
117117
QUICKCHECK_TESTS: 1000 # run a lot of quickcheck iterations
118+
119+
doc-test:
120+
runs-on: ubuntu-latest
121+
steps:
122+
- uses: actions/checkout@v4
123+
- uses: hecrj/setup-rust-action@v2
124+
- uses: taiki-e/install-action@cargo-hack
125+
- uses: Swatinem/rust-cache@v2
118126
- run: cargo hack --no-private test --doc --all-features
119127

120128
interop:

0 commit comments

Comments
 (0)