Skip to content

Commit

Permalink
Don't use GTEST_FILTER
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Jan 17, 2025
1 parent 5f80c3d commit e8468da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-with-kokkos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,4 @@ jobs:
- name: Run tests
if: ${{ matrix.preset == 'OpenMP' }}
run: |
export GTEST_FILTER=-test_kokkos_tools_variorum
ctest --preset=${{ matrix.preset }}
ctest -E "test_kokkos_tools_variorum" --preset=${{ matrix.preset }}

0 comments on commit e8468da

Please sign in to comment.