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

Commit 1ff2084

Browse files
committed
Update CircleCI configuration to pick up all go tests
1 parent f2503e0 commit 1ff2084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: build_and_test
2121
command: |
2222
go build -v
23-
go test -v
23+
go test -v ./...
2424
deploy:
2525
<<: *defaults
2626
steps:

0 commit comments

Comments
 (0)