Skip to content

Commit

Permalink
Fix FreeBSD CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Mar 25, 2019
1 parent e948562 commit 3ca54ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ task:
test_script:
- . $HOME/.cargo/env
- cargo test --all --no-fail-fast
- (cd tokio-trace/test-log-support && cargo test)
- cargo doc --all
i686_test_script:
- . $HOME/.cargo/env
Expand Down
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ members = [
"tokio-tls",
"tokio-trace",
"tokio-trace/tokio-trace-core",
"tokio-trace/test-log-support",
"tokio-udp",
"tokio-uds",
]
Expand Down
2 changes: 2 additions & 0 deletions tokio-trace/test-log-support/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[workspace]

[package]
name = "test_log_support"
version = "0.1.0"
Expand Down

0 comments on commit 3ca54ff

Please sign in to comment.