Skip to content

Commit

Permalink
Run rdkafka-sys tests on all platforms
Browse files Browse the repository at this point in the history
We weren't catching failures in test_version_check previously.
  • Loading branch information
benesch committed May 6, 2020
1 parent 4c48d01 commit 034cb23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ script:
else
cargo build --all-targets --verbose --features "$FEATURES"
fi
(cd rdkafka-sys && cargo test --features "$FEATURES")
notifications:
webhooks:
Expand Down
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ keywords = ["kafka", "rdkafka"]
categories = ["api-bindings"]
edition = "2018"

[workspace]
members = ["rdkafka-sys"]

[dependencies]
rdkafka-sys = { path = "rdkafka-sys", version = "2.0.0", default-features = false }
futures = "0.3.0"
Expand Down

0 comments on commit 034cb23

Please sign in to comment.