From 65cc1a4c01be19806bcba7f88c2fb598f72ff6df Mon Sep 17 00:00:00 2001 From: vyzo Date: Thu, 2 Jul 2020 18:53:51 +0300 Subject: [PATCH] add testground build tag to circle ci --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 950e8c66b..867f7d5c2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -50,5 +50,4 @@ jobs: - setup - run: name: "build lotus-soup" - command: pushd lotus-soup && go build . - + command: pushd lotus-soup && go build -tags=testground .