From bf3fe443643e6c6e0812dabf6d344554943e016a Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Sat, 24 Sep 2016 00:17:30 -0600 Subject: [PATCH] Use coordinator for tests. --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 67582d1..6be4bfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ readme = "README.md" [[bin]] name = "coordinator" path = "src/coordinator.rs" -test = false +test = true [[bin]] name = "verifier" @@ -37,6 +37,7 @@ test = false [[bin]] name = "player" path = "src/player.rs" +test = false [features] default = ["snark"]