From 919ddac350e10a3fb77a2c0123d5b865b51faca2 Mon Sep 17 00:00:00 2001 From: Max Tropets Date: Wed, 8 Jan 2025 21:10:07 +0000 Subject: [PATCH] Revert "Try if long_test=on hides failures" This reverts commit 70f4f8e6321b6f3cad28ede43dd7ed9a55ef8d6b. --- .github/workflows/long-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/long-test.yml b/.github/workflows/long-test.yml index 6bcee519d10..bdd0f314d99 100644 --- a/.github/workflows/long-test.yml +++ b/.github/workflows/long-test.yml @@ -167,7 +167,7 @@ jobs: git config --global --add safe.directory /__w/CCF/CCF mkdir build cd build - cmake -GNinja -DCOMPILE_TARGET=virtual -DCMAKE_BUILD_TYPE=Debug -DLONG_TEST=ON -DLVI_MITIGATIONS=OFF -DWORKER_THREADS=2 .. + cmake -GNinja -DCOMPILE_TARGET=virtual -DCMAKE_BUILD_TYPE=Debug -DLVI_MITIGATIONS=OFF -DWORKER_THREADS=2 .. ninja - name: "Test"