Skip to content

Commit 106381b

Browse files
committed
Run doctests again
Per rust-lang/cargo#6424, `cargo check` doesn't actually run the doctests. So we need `cargo test` for this to work.
1 parent ca860d0 commit 106381b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
override: true
7979

8080
- name: Doctest
81-
run: cd doctest && cargo check
81+
run: cd doctest && cargo test
8282

8383
rustfmt:
8484
name: Rustfmt

0 commit comments

Comments
 (0)