diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 58f4621a1..96d1cf058 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -48,14 +48,13 @@ jobs: cd build CC=gcc-12 CXX=g++-12 cmake \ -DCMAKE_BUILD_TYPE=Debug \ - -DCMAKE_INSTALL_PREFIX="$PWD/install" \ -DCMAKE_C_COMPILER_LAUNCHER=ccache \ -DCMAKE_CXX_COMPILER_LAUNCHER=ccache \ -DCMAKE_C_FLAGS="-fuse-ld=lld -fsanitize=address,leak,undefined -fno-sanitize-recover=all" \ -DCMAKE_CXX_FLAGS="-fuse-ld=lld -fsanitize=address,leak,undefined -fno-sanitize-recover=all" \ -DIMHEX_OFFLINE_BUILD=ON \ .. - make -j4 unit_tests install + make -j4 unit_tests - name: 🧪 Perform Unit Tests run: |