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

fix the example

This commit is contained in:
Dominic 2021-02-22 09:58:01 +01:00
parent 7de11cdae1
commit 666514c8e2
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
3 changed files with 25 additions and 12 deletions

View file

@ -8,6 +8,19 @@ variables:
CARGO_HOME: $CI_PROJECT_DIR/cargo
RUST_LOG: info,gotham=debug,gotham_restful=trace
check-example:
stage: test
image: rust:slim
before_script:
- cargo -V
script:
- cargo check -p example
cache:
key: cargo-stable-example
paths:
- cargo/
- target/
test-default:
stage: test
image: rust:1.49-slim