From 9078734f520e06e151c964845f988fbb094afbf9 Mon Sep 17 00:00:00 2001 From: Amaury Chamayou Date: Fri, 28 Jun 2024 12:44:55 +0000 Subject: [PATCH] Align partitions test on other tests --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c955fff2ce5f..e11214b2b1b2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,7 +79,7 @@ jobs: run: | set -ex cd build - source env/bin/activate && ctest -VV --timeout 240 -L partitions -C partitions + ./tests.sh --timeout 240 --output-on-failure -L partitions -C partitions shell: bash if: "${{ matrix.platform.name != 'snp' }}" # Needs 1ES Pool support