Skip to content

Commit

Permalink
just: Ensure doc tests are run in test recpies
Browse files Browse the repository at this point in the history
This was an oversight in 9e5e63c, where they were only re-enabled for the ci
recpie.
  • Loading branch information
tingerrr committed Jan 24, 2025
1 parent fd40471 commit 3b34a1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions just/test.just
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ cli *args:

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

# run cargo insta and review the snapshot changes
review *args='--review':
Expand Down

0 comments on commit 3b34a1a

Please sign in to comment.