1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-05-10 08:30:42 +00:00

enable doc test for default features

This commit is contained in:
Dominic 2020-05-16 01:03:17 +02:00
parent 4ff5a8d7e4
commit 20818b0f95
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
3 changed files with 4 additions and 3 deletions

View file

@ -14,6 +14,7 @@ test-default:
- cargo -V
- cargo sweep -s
script:
- cargo test --workspace --doc
- cargo test --workspace --tests
- cargo test --workspace --tests -- --ignored
after_script: