diff options
author | Jake Champlin <jake.champlin.27@gmail.com> | 2017-06-06 16:29:54 -0400 |
---|---|---|
committer | Jake Champlin <jake.champlin.27@gmail.com> | 2017-06-06 16:29:54 -0400 |
commit | 5f34059ad1bf9fb9e0bfd9f1b317917ecccf36f7 (patch) | |
tree | c3ec61357f0f069c1dcc580d64b3e8157a5bcc72 /GNUmakefile | |
parent | bae9f6d2fd5eb5bc80929bd393932b23f14d7c93 (diff) | |
download | terraform-provider-statuscake-5f34059ad1bf9fb9e0bfd9f1b317917ecccf36f7.tar.gz terraform-provider-statuscake-5f34059ad1bf9fb9e0bfd9f1b317917ecccf36f7.tar.zst terraform-provider-statuscake-5f34059ad1bf9fb9e0bfd9f1b317917ecccf36f7.zip |
Updating Makefile + Add gitignore
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 151c78c..6234687 100644 --- a/GNUmakefile +++ b/GNUmakefile | |||
@@ -7,7 +7,7 @@ default: build | |||
7 | build: fmtcheck | 7 | build: fmtcheck |
8 | go install | 8 | go install |
9 | 9 | ||
10 | test: fmtcheck errcheck | 10 | test: fmtcheck |
11 | go test -i $(TEST) || exit 1 | 11 | go test -i $(TEST) || exit 1 |
12 | echo $(TEST) | \ | 12 | echo $(TEST) | \ |
13 | xargs -t -n4 go test $(TESTARGS) -timeout=30s -parallel=4 | 13 | xargs -t -n4 go test $(TESTARGS) -timeout=30s -parallel=4 |