Skip to content

Commit

Permalink
Run all tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pcpthm committed Aug 17, 2020
1 parent 3a52cde commit b6125d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ script:
# cargo fmt --all -- --check &&
# cargo clippy --all --tests --examples -- --deny clippy::all;
# fi
- env RUST_BACKTRACE=1 RUST_LOG=tokio_i3ipc=trace cargo test -- --nocapture
- for dir in . i3ipc-types i3-ipc async-i3ipc; do
env RUST_BACKTRACE=1 RUST_LOG=tokio_i3ipc=trace cargo test --manifest-path $dir/Cargo.toml -- --nocapture;
done
- if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then
cargo test --doc README;
fi

0 comments on commit b6125d4

Please # to comment.