mirror of
https://github.com/actix/actix-web.git
synced 2024-11-30 13:31:09 +00:00
check juniper example
This commit is contained in:
parent
2f3a2115c0
commit
b1ad4763a2
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ script:
|
||||||
cd examples/hello-world && cargo check && cd ../..
|
cd examples/hello-world && cargo check && cd ../..
|
||||||
cd examples/multipart && cargo check && cd ../..
|
cd examples/multipart && cargo check && cd ../..
|
||||||
cd examples/json && cargo check && cd ../..
|
cd examples/json && cargo check && cd ../..
|
||||||
|
cd examples/juniper && cargo check && cd ../..
|
||||||
cd examples/state && cargo check && cd ../..
|
cd examples/state && cargo check && cd ../..
|
||||||
cd examples/template_tera && cargo check && cd ../..
|
cd examples/template_tera && cargo check && cd ../..
|
||||||
cd examples/diesel && cargo check && cd ../..
|
cd examples/diesel && cargo check && cd ../..
|
||||||
|
|
Loading…
Reference in a new issue