Skip to content

Commit

Permalink
Update config.yml (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
philchia committed Mar 1, 2023
1 parent cf7f040 commit 32ec82b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:

# specify any bash command here prefixed with `run: `
- run: GO111MODULE=on go test -v -cover
- run: GO111MODULE=on go get -u github.com/mattn/goveralls
- run: GO111MODULE=on goveralls -service=circleci -repotoken $COVERALLS_TOKEN
- run: GO111MODULE=on go install github.com/mattn/goveralls
- run: GO111MODULE=on goveralls -service=circleci -repotoken $COVERALLS_TOKEN

0 comments on commit 32ec82b

Please sign in to comment.