From 0d99ef35a3471d67ae4d6b8d6af30b1f77561189 Mon Sep 17 00:00:00 2001 From: Kevin Li Date: Tue, 6 Aug 2024 16:46:00 +0800 Subject: [PATCH] ignore MemoryLockerTest for cmake --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4db706a..ea7ba00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,4 +109,4 @@ jobs: - uses: hendrikmuhs/ccache-action@v1.2 - run: cmake -Bbuild -DBUILD_DEPS=ON -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache - run: cmake --build build --parallel $(nproc) - - run: ctest --test-dir build --exclude-regex=MemoryLockerTest --output-on-failure --parallel $(nproc) + - run: ctest --test-dir build --exclude-regex MemoryLockerTest --output-on-failure --parallel $(nproc)