Skip to content

Commit 79be271

Browse files
committed
Run doctests
1 parent 72bbe3e commit 79be271

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ jobs:
206206
with:
207207
toolchain: ${{ matrix.rust }}
208208
- uses: Swatinem/rust-cache@v2
209-
- run: cargo build --all-targets --features full
210-
- run: cargo test --all-targets --features full
209+
- run: cargo test --all-features
210+
- run: cargo test --all-targets --all-features
211211

212212
Package:
213213
needs: ["Rustfmt", "Docs", "Audit", "Book", "Typos", "Jinja2-Assumptions", "DevSkim", "CargoSort"]
@@ -227,7 +227,7 @@ jobs:
227227
with:
228228
components: clippy
229229
- uses: Swatinem/rust-cache@v2
230-
- run: cd ${{ matrix.package }} && cargo build --all-targets
230+
- run: cd ${{ matrix.package }} && cargo test
231231
- run: cd ${{ matrix.package }} && cargo test --all-targets
232232
- run: cd ${{ matrix.package }} && cargo clippy --all-targets -- -D warnings
233233

0 commit comments

Comments
 (0)