summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCasey Lee <cplee@nektos.com>2020-02-11 00:27:05 +0100
committerCasey Lee <cplee@nektos.com>2020-02-21 03:05:31 +0100
commit0582306861a623f3ef0c40ab1350eaaa362d0679 (patch)
treee2e844fe7b916d0ff15e28c8da94c683e814b9a1 /Makefile
parentlocal actions (diff)
downloadforgejo-act-0582306861a623f3ef0c40ab1350eaaa362d0679.tar.xz
forgejo-act-0582306861a623f3ef0c40ab1350eaaa362d0679.zip
unit tests
Signed-off-by: Casey Lee <cplee@nektos.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 35fcfe2..8c99202 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ test:
go test -cover -short ./...
check:
- $(ACT) -ra check
+ $(ACT) -rj ci
build: check
$(eval export SNAPSHOT_VERSION=$(VERSION))
@@ -56,4 +56,4 @@ endif
vendor:
go mod vendor
-.PHONY: vendor \ No newline at end of file
+.PHONY: vendor