From 26d0797a071677386e58387dd94409d6bc94c094 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Sun, 6 Apr 2025 20:39:41 +0200 Subject: [PATCH] fix(ci): add back the integration command in make. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 2d82a7101..8bc8757bc 100644 --- a/Makefile +++ b/Makefile @@ -90,3 +90,7 @@ rpm: .PHONY: check check: @bash tests/check.sh + +.PHONY: integration +integration: + @bats --recursive --timing --print-output-on-failure tests/integration/