1
0
Fork 0
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:
Dominic 2021-01-14 18:55:44 +01:00
parent b7a1193333
commit daea3ba9ec
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
4 changed files with 17 additions and 5 deletions

View file

@ -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: