1
0
Fork 0
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:
Dominic 2021-02-22 10:01:43 +01:00
parent 666514c8e2
commit e7ef6bdf5a
Signed by: msrd0
GPG key ID: DCC8C247452E98F9

View file

@ -14,7 +14,8 @@ check-example:
before_script:
- cargo -V
script:
- cargo check -p example
- cd example
- cargo check
cache:
key: cargo-stable-example
paths: