Skip to content

Commit

Permalink
Might be better to actually run the unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
skalle committed Aug 13, 2020
1 parent e36239d commit 4258dd1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ common_modules: &common_modules
- run:
name: Go version
command: go version
- run:
name: Run unit tests
command: go test -v ./...


#
Expand Down

0 comments on commit 4258dd1

Please sign in to comment.