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:
parent
cc86d3396c
commit
a1acc06f6d
8 changed files with 348 additions and 111 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue