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