Skip to content

Commit

Permalink
Run doctests again
Browse files Browse the repository at this point in the history
Per rust-lang/cargo#6424, `cargo check` doesn't actually run the
doctests. So we need `cargo test` for this to work.
  • Loading branch information
lambda-fairy committed Nov 29, 2021
1 parent 2f3d68c commit 5de0472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
override: true

- name: Doctest
run: cd doctest && cargo check
run: cd doctest && cargo test

rustfmt:
name: Rustfmt
Expand Down

0 comments on commit 5de0472

Please sign in to comment.