diff options
author | Casey Lee <cplee@nektos.com> | 2020-02-11 00:27:05 +0100 |
---|---|---|
committer | Casey Lee <cplee@nektos.com> | 2020-02-21 03:05:31 +0100 |
commit | 0582306861a623f3ef0c40ab1350eaaa362d0679 (patch) | |
tree | e2e844fe7b916d0ff15e28c8da94c683e814b9a1 /Makefile | |
parent | local actions (diff) | |
download | forgejo-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |