mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-22 20:52:27 +00:00
cargo is dumb
This commit is contained in:
parent
666514c8e2
commit
e7ef6bdf5a
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ check-example:
|
||||||
before_script:
|
before_script:
|
||||||
- cargo -V
|
- cargo -V
|
||||||
script:
|
script:
|
||||||
- cargo check -p example
|
- cd example
|
||||||
|
- cargo check
|
||||||
cache:
|
cache:
|
||||||
key: cargo-stable-example
|
key: cargo-stable-example
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Add table
Reference in a new issue