]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blobdiff - GNUmakefile
Cleanup after v0.1.0 release
[github/fretlink/terraform-provider-statuscake.git] / GNUmakefile
index 151c78c24eb207c4e7114029ee7190333dc3cf8a..6234687a37a2923ca4bd788888600ccfd54293b8 100644 (file)
@@ -7,7 +7,7 @@ default: build
 build: fmtcheck
        go install
 
-test: fmtcheck errcheck
+test: fmtcheck
        go test -i $(TEST) || exit 1
        echo $(TEST) | \
                xargs -t -n4 go test $(TESTARGS) -timeout=30s -parallel=4