From 4d16db71f765ac3048e50f42078eca96b26962e5 Mon Sep 17 00:00:00 2001 From: Craig Gidney Date: Fri, 15 Mar 2024 16:17:37 -0700 Subject: [PATCH] dropc make --- .github/workflows/ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7adb0a790..4ddf17287 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,8 +27,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - simd_width: [64] - filter: ["s.*", "st.*", "str.*", "str_.*", "str_u.*", "str_ut.*", "str_uti.*", "str_util.*"] + para: [0, 1, 2, 3, 4, 5, 6, 7, 8] steps: - uses: actions/checkout@v1 - run: | @@ -38,6 +37,5 @@ jobs: cmake .. -DBUILD_GMOCK=OFF make sudo make install - - run: cmake . -DSIMD_WIDTH=${{ matrix.simd_width }} - - run: make stim_test -j 2 - - run: out/stim_test --gtest_filter=${{ matrix.filter }} + - run: g++ -g -fno-omit-frame-pointer -fsanitize=undefined -fsanitize=address -o out/stim_test /usr/local/lib/libgtest_main.a /usr/local/lib/libgtest.a + - run: out/stim_test