From 8d8dad31b425632e725bc4c8c7adcafd689b753c Mon Sep 17 00:00:00 2001 From: "Matthias J. Kannwischer" Date: Sun, 22 Dec 2024 22:27:51 +0800 Subject: [PATCH] CI: Don't suppress output of `make quickcheck` bcef8f63034f1203abd22646e90182a776a47e39 already tried to do this, but one the ec2 container tests were missed. Signed-off-by: Matthias J. Kannwischer --- .github/workflows/ci_ec2_container.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_ec2_container.yml b/.github/workflows/ci_ec2_container.yml index 345fa995a..39de05259 100644 --- a/.github/workflows/ci_ec2_container.yml +++ b/.github/workflows/ci_ec2_container.yml @@ -147,9 +147,9 @@ jobs: sudo: "" - name: make quickcheck run: | - OPT=0 make quickcheck >/dev/null + OPT=0 make quickcheck make clean >/dev/null - OPT=1 make quickcheck >/dev/null + OPT=1 make quickcheck - name: Functional Tests uses: ./.github/actions/multi-functest with: