Skip to content

Commit

Permalink
circleci: run all tests (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgrinaker authored Mar 10, 2020
1 parent bdf7336 commit 766d71d
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 766d71d

Please sign in to comment.