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

update doc

This commit is contained in:
Dominic 2020-05-04 21:34:20 +02:00
parent cc86d3396c
commit a1acc06f6d
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
8 changed files with 348 additions and 111 deletions

View file

@ -13,7 +13,6 @@ test-default:
- cargo -V
script:
- cargo test --workspace --lib
- cargo test --workspace --doc
cache:
paths:
- cargo/
@ -23,6 +22,7 @@ test-all:
stage: test
image: msrd0/rust:alpine-tarpaulin
before_script:
- apk add --no-cache postgresql-dev
- cargo -V
script:
- cargo test --workspace --all-features --doc