From 1af1249840579436148948f796d8e92a39266a61 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sat, 21 Oct 2017 18:50:30 +0200 Subject: [PATCH] Clearly write we run specs in CI config --- ci.jsonnet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci.jsonnet b/ci.jsonnet index fef0606eadb8..3d7d432cce66 100644 --- a/ci.jsonnet +++ b/ci.jsonnet @@ -459,13 +459,13 @@ deploy_and_test_linux: { run: deploy_binaries.run + - jt(["test", "-Gci"]), + jt(["test", "specs", "-Gci"]), timelimit: "30:00" }, deploy_and_test_darwin: { run: deploy_binaries.run + - jt(["test", "-GdarwinCI"]), + jt(["test", "specs", "-GdarwinCI"]), timelimit: "30:00" },