mirror of https://github.com/stretchr/testify.git
Always enable modules for generation
parent
8a3895e82f
commit
8e7131e0bd
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
go generate ./...
|
||||
GO111MODULE=on go generate ./...
|
||||
if [ -n "$(git diff)" ]; then
|
||||
echo "Go generate had not been run"
|
||||
git diff
|
||||
|
|
Loading…
Reference in New Issue