fix(ci): add back the integration command in make.

This commit is contained in:
Alexandre Pujol 2025-04-06 20:39:41 +02:00
parent ead2f4e40b
commit 26d0797a07
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -90,3 +90,7 @@ rpm:
.PHONY: check
check:
@bash tests/check.sh
.PHONY: integration
integration:
@bats --recursive --timing --print-output-on-failure tests/integration/