From bdd6cf0395a1dc27f41239ab7e10c879659f840b Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Sun, 7 Jun 2020 11:40:32 +0200 Subject: [PATCH] Revert "DROP THIS don't run tests in CI" This reverts commit a3c6173b85dede625f51ca7172a53a5aff024fae. --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a030d9e..6c15080 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -60,10 +60,10 @@ jobs: - run: make zrepl-bin - run: make test-platform-bin - # - run: make vet - # - run: make lint - # - run: make release - # - run: make test-go + - run: make vet + - run: make lint + - run: make release + - run: make test-go # cannot run test-platform because circle-ci runs in linux containers - store_artifacts: