Skip to content

Commit f5126a4

Browse files
committed
Improve the CI configuration
1 parent f279bf7 commit f5126a4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ rust:
66
cache: cargo
77
script:
88
- cargo test --verbose
9-
- cd graphql_query_derive && cargo test --verbose
10-
- cd ../examples/github && cargo build
9+
- cargo test --verbose --manifest-path=./graphql_query_derive/Cargo.toml
10+
- cargo build --manifest-path=./examples/github/Cargo.toml
11+
- cargo build --manifest-path=./graphql_client_cli/Cargo.toml

0 commit comments

Comments
 (0)