Skip to content

Commit

Permalink
dropc make
Browse files Browse the repository at this point in the history
  • Loading branch information
Strilanc committed Mar 15, 2024
1 parent c3385d4 commit 4d16db7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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

0 comments on commit 4d16db7

Please sign in to comment.