Skip to content

Commit

Permalink
Don't run cuda test.
Browse files Browse the repository at this point in the history
  • Loading branch information
apradhana committed Oct 25, 2023
1 parent 6009475 commit a185072
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nanovdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
-DUSE_BLOSC=OFF
\'
- name: test
run: cd build && sudo ctest -V
run: cd build && sudo ctest -V -E "nanovdb_test_cuda"

windows-nanovdb:
if: |
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
\'
- name: test
shell: bash
run: cd build && ctest -V
run: cd build && ctest -V -E "nanovdb_test_cuda"

macos-nanovdb:
if: |
Expand All @@ -169,7 +169,7 @@ jobs:
--components=core,nano,nanotest,nanoexam,nanobench,nanotool
--cargs=\'-DUSE_EXPLICIT_INSTANTIATION=OFF -DNANOVDB_USE_CUDA=OFF -DNANOVDB_USE_OPENVDB=ON\'
- name: test
run: cd build && ctest -V
run: cd build && ctest -V -E "nanovdb_test_cuda"

nanovdb-lite:
if: |
Expand All @@ -190,4 +190,4 @@ jobs:
cd .build
sudo cmake -DUSE_EXPLICIT_INSTANTIATION=OFF -DNANOVDB_BUILD_UNITTESTS=ON ../
sudo make -j8 install
sudo ctest -V
sudo ctest -V -E --tests-regex "nanovdb_test_cuda"

0 comments on commit a185072

Please sign in to comment.