Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit f67bfb2

Browse files
committed
run golangci-lint only in golangci.com because of memory limitations in circleci
1 parent 91abe46 commit f67bfb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ test_worker:
5353

5454
test_worker_dev: test_worker
5555

56-
test: test_api test_worker test_lint
56+
test: test_api test_worker
5757
test_dev: test_api_dev test_worker_dev test_lint_dev
5858

5959
connect_to_local_db:

0 commit comments

Comments
 (0)