chore: move magefile to magefiles

This commit is contained in:
Dan Anglin 2022-11-18 19:41:37 +00:00
parent 72fc243dd9
commit d7c6a1a168
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638
2 changed files with 1 additions and 2 deletions

View file

@ -25,7 +25,7 @@ func Test() error {
args = append(args, "-v")
}
if os.Getenv("GO__TEST_COVER") == "1" {
if os.Getenv("GO_TEST_COVER") == "1" {
args = append(args, "-cover")
}

View file

@ -1,5 +1,4 @@
package main
func main() {
}