Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit d217d8d

Browse files
committed
Update circle.yml
1 parent 9214d16 commit d217d8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ test:
1818
pre:
1919
- go version
2020
override:
21-
- test -z $(gofmt -s -l . | tee /dev/stderr)
21+
- test -z "$(gofmt -s -l . | tee /dev/stderr)"
2222
- go vet ./...
23-
- test -z $(golint ./... | tee /dev/stderr)
23+
- test -z "$(golint ./... | tee /dev/stderr)"
2424
- go test -race -test.v ./...:
2525
timeout: 600
2626

0 commit comments

Comments
 (0)