mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-05-10 08:30:42 +00:00
introduce without-openapi feature to improve #4
This commit is contained in:
parent
b7a1193333
commit
daea3ba9ec
4 changed files with 17 additions and 5 deletions
|
@ -20,7 +20,7 @@ test-default:
|
|||
- cargo/
|
||||
- target/
|
||||
|
||||
test-all:
|
||||
test-full:
|
||||
stage: test
|
||||
image: rust:1.42-slim
|
||||
before_script:
|
||||
|
@ -28,7 +28,7 @@ test-all:
|
|||
- apt install -y --no-install-recommends libpq-dev
|
||||
- cargo -V
|
||||
script:
|
||||
- cargo test --workspace --all-features
|
||||
- cargo test --no-default-features --features full
|
||||
cache:
|
||||
key: cargo-1-42-all
|
||||
paths:
|
||||
|
@ -64,7 +64,7 @@ test-trybuild-ui:
|
|||
- apt install -y --no-install-recommends libpq-dev
|
||||
- cargo -V
|
||||
script:
|
||||
- cargo test --workspace --all-features --tests -- --ignored
|
||||
- cargo test --no-default-features --features full --tests -- --ignored
|
||||
cache:
|
||||
key: cargo-1-48-all
|
||||
paths:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue