parent
44151f208e
commit
32c41d22d6
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -15,7 +15,8 @@ build:
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test:
|
test:
|
||||||
$(ACT) -W examples/workflows --verbose
|
go test ./...
|
||||||
|
$(ACT)
|
||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
install: build
|
install: build
|
||||||
|
|
Loading…
Reference in a new issue