From 1fb612030e4ddd7f8ef98030ff54828d1fc926c3 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Sat, 6 Jun 2020 20:10:54 +0200 Subject: [PATCH] DROP THIS don't run tests in CI --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 39c23bf..7c54f6a 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: