check juniper example

This commit is contained in:
Nikolay Kim 2018-02-27 21:23:41 -08:00
parent 2f3a2115c0
commit b1ad4763a2
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ script:
cd examples/hello-world && cargo check && cd ../..
cd examples/multipart && cargo check && cd ../..
cd examples/json && cargo check && cd ../..
cd examples/juniper && cargo check && cd ../..
cd examples/state && cargo check && cd ../..
cd examples/template_tera && cargo check && cd ../..
cd examples/diesel && cargo check && cd ../..