selfupdate: make sure we don't run tests if selfupdate is set
This commit is contained in:
parent
5b0f9dc4e3
commit
5b0d3d060f
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
//go:build !noselfupdate
|
||||||
|
// +build !noselfupdate
|
||||||
|
|
||||||
package selfupdate
|
package selfupdate
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in a new issue