We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f279bf7 commit f5126a4Copy full SHA for f5126a4
.travis.yml
@@ -6,5 +6,6 @@ rust:
6
cache: cargo
7
script:
8
- cargo test --verbose
9
- - cd graphql_query_derive && cargo test --verbose
10
- - cd ../examples/github && cargo build
+ - cargo test --verbose --manifest-path=./graphql_query_derive/Cargo.toml
+ - cargo build --manifest-path=./examples/github/Cargo.toml
11
+ - cargo build --manifest-path=./graphql_client_cli/Cargo.toml
0 commit comments