Skip to content

Commit 347c19a

Browse files
committed
fix: run all tests
1 parent 8478eda commit 347c19a

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
@@ -36,7 +36,7 @@ jobs:
3636
- run:
3737
name: Run tests
3838
command: |
39-
go test -coverprofile=c.out
39+
go test ./... -coverprofile=c.out
4040
mv c.out /tmp/artifacts
4141
- codecov/upload:
4242
file: /tmp/artifacts/c.out

0 commit comments

Comments
 (0)