Skip to content

Commit

Permalink
Since some tests run separately-built binaries, clear the cache in "m…
Browse files Browse the repository at this point in the history
…ake test". (#184)
  • Loading branch information
timburks authored Jun 7, 2020
1 parent 899eab8 commit 0319aeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ all:
cd extensions/sample; make

test:
# since some tests call separately-built binaries, clear the cache to ensure all get run
go clean -testcache
go test ./... -v

0 comments on commit 0319aeb

Please sign in to comment.