Skip to content
This repository was archived by the owner on Jan 26, 2025. It is now read-only.

Commit 3b34a1a

Browse files
committed
just: Ensure doc tests are run in test recpies
This was an oversight in 9e5e63c, where they were only re-enabled for the ci recpie.
1 parent fd40471 commit 3b34a1a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

just/test.just

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ cli *args:
1818

1919
# run the doc tests
2020
doc *args:
21-
# TODO: this currently deadlocks my pc at 100% CPU
22-
# cargo test --workspace --doc {{ args }}
21+
cargo test --workspace --doc {{ args }}
2322

2423
# run cargo insta and review the snapshot changes
2524
review *args='--review':

0 commit comments

Comments
 (0)