Skip to content

Commit

Permalink
more typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Strilanc committed Mar 15, 2024
1 parent 7f49c7d commit 9ae37ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
cmake .. -DBUILD_GMOCK=OFF
make
sudo make install
- run: cmake . -DSIMD_WIDTH=${{ matrix.simd_width }} --gtest_filter=${{ matrix.filter }}
- run: cmake . -DSIMD_WIDTH=${{ matrix.simd_width }}
- run: make stim_test -j 2
- run: out/stim_test
- run: out/stim_test --gtest_filter=${{ matrix.filter }}

0 comments on commit 9ae37ce

Please sign in to comment.