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:
parent
7de11cdae1
commit
666514c8e2
3 changed files with 25 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue