summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-08-16 09:26:56 -0700
committerGitHub <noreply@github.com>2019-08-16 09:26:56 -0700
commitba1829fd2633d5cd5cf9f8b0bc51f68a81185a3a (patch)
treed32b1f44330dedea846720a10523733a717ed231 /Cargo.toml
parentce7e60e3965283328909aaef57c57e538526a880 (diff)
chore: rename ui-tests -> build-tests (#1460)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c9526112..5bd60447 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,5 +16,5 @@ members = [
"tokio-timer",
"tokio-tls",
"tokio-uds",
- "ui-tests",
+ "build-tests",
]