We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aff4c1e commit 8233efaCopy full SHA for 8233efa
1 file changed
Makefile
@@ -46,8 +46,8 @@ coverage: getdep
46
47
getdep:
48
go get -v ./...
49
- go get -v github.com/stretchr/testify
50
- go get -v github.com/stretchr/testify/assert
+ go get -u github.com/stretchr/testify
+ go get -u github.com/stretchr/testify/assert
51
52
clean:
53
-rm -f ${TEST_REPORT}
0 commit comments