From be8e2f4764d539e6e6a0d825ec6264aae7f46fd1 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Mon, 6 Oct 2025 11:52:52 +0200 Subject: [PATCH] CI: Add -slightlyfast so ban expiry test is skipped (that one runs in BuildBot anyway) This to keep the CI at GitHub reasonably fast. --- .github/workflows/linux-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linux-ci.yml b/.github/workflows/linux-ci.yml index 15ebfad77..a3f4078fc 100644 --- a/.github/workflows/linux-ci.yml +++ b/.github/workflows/linux-ci.yml @@ -8,6 +8,7 @@ on: env: NOSERVICES: 1 + RUNTESTFLAGS: "-slightlyfast" jobs: build: