From 4f23a660649d36a8b750d0eae2629f61eb335f3b Mon Sep 17 00:00:00 2001 From: Andrea Costamagna Date: Thu, 1 May 2025 17:55:03 +0200 Subject: [PATCH] ci: remove the filter excluding quality.cpp from the tests --- .github/workflows/linux.yml | 14 +++++++------- .github/workflows/macos.yml | 6 +++--- .github/workflows/windows.yml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index c40ea47e0..3f0845e8d 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -31,7 +31,7 @@ jobs: - name: Run tests run: | cd build - ./test/run_tests "~[quality]" + ./test/run_tests build-gcc10: runs-on: ubuntu-latest @@ -54,7 +54,7 @@ jobs: - name: Run tests run: | cd build - ./test/run_tests "~[quality]" + ./test/run_tests build-gcc10-cpp20: runs-on: ubuntu-latest @@ -77,7 +77,7 @@ jobs: - name: Run tests run: | cd build - ./test/run_tests "~[quality]" + ./test/run_tests build-gcc12: runs-on: ubuntu-latest @@ -100,7 +100,7 @@ jobs: - name: Run tests run: | cd build - ./test/run_tests "~[quality]" + ./test/run_tests build-clang11: runs-on: ubuntu-22.04 @@ -123,7 +123,7 @@ jobs: - name: Run tests run: | cd build - ./test/run_tests "~[quality]" + ./test/run_tests build-clang13: runs-on: ubuntu-22.04 @@ -146,7 +146,7 @@ jobs: - name: Run tests run: | cd build - ./test/run_tests "~[quality]" + ./test/run_tests build-clang13-asan: runs-on: ubuntu-22.04 @@ -169,7 +169,7 @@ jobs: - name: Run tests with ASAN run: | cd build - ./test/run_tests "~[quality]" + ./test/run_tests compile-gcc9: runs-on: ubuntu-latest diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 7f2c96249..e0d728143 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -26,7 +26,7 @@ jobs: - name: Run tests run: | cd build - ./test/run_tests "~[quality]" + ./test/run_tests build-clang14: name: Clang 14 runs-on: macOS-latest @@ -44,7 +44,7 @@ jobs: - name: Run tests run: | cd build - ./test/run_tests "~[quality]" + ./test/run_tests build-clang15: name: Clang 15 runs-on: macOS-latest @@ -62,4 +62,4 @@ jobs: - name: Run tests run: | cd build - ./test/run_tests "~[quality]" + ./test/run_tests diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e265db992..7fbea509c 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -37,4 +37,4 @@ jobs: - name: Run tests run: | cd build - .\test\Debug\run_tests "~[quality]" + .\test\Debug\run_tests