Run doctests again (#324)
This commit is contained in:
parent
ca860d09bd
commit
2f6f781dc7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -78,7 +78,7 @@ jobs:
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
- name: Doctest
|
- name: Doctest
|
||||||
run: cd doctest && cargo check
|
run: cd doctest && cargo test
|
||||||
|
|
||||||
rustfmt:
|
rustfmt:
|
||||||
name: Rustfmt
|
name: Rustfmt
|
||||||
|
|
Loading…
Add table
Reference in a new issue