Skip to content

Commit

Permalink
circleci: run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgrinaker committed Mar 10, 2020
1 parent bdf7336 commit b507966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- run:
name: test
command: |
make test
make test-all
- save_cache:
key: go-mod-v1-{{ checksum "go.sum" }}
paths:
Expand Down

0 comments on commit b507966

Please sign in to comment.