From 1e15566a35ff8af41f7a97a0bca08f37e64775be Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem Date: Wed, 6 May 2026 17:17:31 +0200 Subject: [PATCH] tests: Added errorexit acceptance tests to GH Actions Signed-off-by: Ole Herman Schumacher Elgesem --- .github/workflows/acceptance_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/acceptance_tests.yml b/.github/workflows/acceptance_tests.yml index 166492e9d6..6e1d1a7ba8 100644 --- a/.github/workflows/acceptance_tests.yml +++ b/.github/workflows/acceptance_tests.yml @@ -20,4 +20,4 @@ jobs: run: | cd tests/acceptance chmod -R go-w . - ./testall --printlog --tests=common,errorlog + ./testall --printlog --tests=common,errorlog,errorexit