Skip to content

Commit 299e2de

Browse files
LeoPatOZ0xNeshi
andauthored
Update .github/workflows/test.yml
Co-authored-by: Nenad <[email protected]>
1 parent 810c633 commit 299e2de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,7 @@ jobs:
4040

4141
- name: Cargo test
4242
run: cargo nextest run --workspace --all-targets --all-features --no-tests=pass
43+
44+
# https://github.com/rust-lang/cargo/issues/6669
45+
- name: Run doc tests
46+
run: cargo test --locked --doc

0 commit comments

Comments
 (0)