From 0f90dfef2d8bb126e5eea55f47870e764ba168e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Wed, 22 Dec 2021 17:22:20 +0000 Subject: [PATCH] chore: tests: remove consistency check from long tests --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index be3b095..96acfc3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,7 +6,7 @@ on: jobs: tests_short: - name: Short (Debian 10 only) + name: Short (deb10 only, no cc) runs-on: ubuntu-latest if: contains(github.event.pull_request.labels.*.name, 'tests:short') steps: @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: run tests inside a ${{ matrix.platform }} docker - run: tests/functional/docker/docker_build_and_run_tests.sh ${{ matrix.platform }} --no-pause-on-fail + run: tests/functional/docker/docker_build_and_run_tests.sh ${{ matrix.platform }} --skip-consistency-check --no-pause-on-fail env: DOCKER_TTY: false