Skip to content

Commit

Permalink
Fix test target (nektos#375)
Browse files Browse the repository at this point in the history
* Fix test target

* Run Go tests in test target
  • Loading branch information
twpayne authored Sep 28, 2020
1 parent 44151f2 commit 32c41d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ build:

.PHONY: test
test:
$(ACT) -W examples/workflows --verbose
go test ./...
$(ACT)

.PHONY: install
install: build
Expand Down

0 comments on commit 32c41d2

Please sign in to comment.