Skip to content

Commit

Permalink
Restore go.mod files after CI test run
Browse files Browse the repository at this point in the history
  • Loading branch information
anbsky committed Aug 23, 2019
1 parent 1642a45 commit a62a1d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
keys:
- go-mod-cache-{{ checksum "go.sum" }}
- run: make test_circleci
- run: git reset --hard HEAD
- save_cache:
key: go-mod-cache-{{ checksum "go.sum" }}
paths:
Expand Down

0 comments on commit a62a1d6

Please sign in to comment.