From be547fd5be97982038f7c0e42695b6f73a05c839 Mon Sep 17 00:00:00 2001 From: Naveen Mahalingam Date: Thu, 4 Jan 2024 08:22:22 -0800 Subject: [PATCH] circle-ci: run table demo and tests (2) --- .circleci/config.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8f11308..d42f777 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,10 +20,6 @@ jobs: - go/load-cache # Load cached Go modules. - go/mod-download # Run 'go mod download'. - go/save-cache # Save Go modules to cache. - - go/test: # Runs 'go test ./...' but includes extensive parameterization for finer tuning. - covermode: atomic - failfast: true - race: true - run: name: "Table-Test" command: "go test -v ./table"