fix(ci): add back the integration command in make.
This commit is contained in:
parent
ead2f4e40b
commit
26d0797a07
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -90,3 +90,7 @@ rpm:
|
||||||
.PHONY: check
|
.PHONY: check
|
||||||
check:
|
check:
|
||||||
@bash tests/check.sh
|
@bash tests/check.sh
|
||||||
|
|
||||||
|
.PHONY: integration
|
||||||
|
integration:
|
||||||
|
@bats --recursive --timing --print-output-on-failure tests/integration/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue