1
0
mirror of https://gitea.com/gitea/act_runner synced 2026-05-01 01:27:56 +02:00

fix tests

Signed-off-by: Casey Lee <cplee@nektos.com>
This commit is contained in:
Casey Lee
2020-02-13 11:47:38 -08:00
parent e40ab0145f
commit 09773f7c5c
7 changed files with 160 additions and 30 deletions

View File

@@ -21,7 +21,7 @@ test:
go test -cover -short ./...
check:
$(ACT) -rj ci
$(ACT) -orj ci
build: check
$(eval export SNAPSHOT_VERSION=$(VERSION))