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

Fix test target (#375)

* Fix test target

* Run Go tests in test target
This commit is contained in:
Tom Payne
2020-09-28 21:03:35 +02:00
committed by GitHub
parent 44151f208e
commit 32c41d22d6

View File

@@ -15,7 +15,8 @@ build:
.PHONY: test
test:
$(ACT) -W examples/workflows --verbose
go test ./...
$(ACT)
.PHONY: install
install: build