Skip to content

Commit 833e625

Browse files
committed
ci: run cuda.bindings examples on Linux
1 parent 3257477 commit 833e625

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/test-wheel-linux.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,16 @@ jobs:
254254
LOCAL_CTK: ${{ matrix.LOCAL_CTK }}
255255
run: run-tests bindings
256256

257+
- name: Run cuda.bindings examples
258+
if: ${{ env.SKIP_CUDA_BINDINGS_TEST == '0' }}
259+
env:
260+
CUDA_VER: ${{ matrix.CUDA_VER }}
261+
LOCAL_CTK: ${{ matrix.LOCAL_CTK }}
262+
run: |
263+
pushd cuda_bindings
264+
${SANITIZER_CMD} python -m pytest -ra -s -vv examples/
265+
popd
266+
257267
- name: Run cuda.core tests
258268
env:
259269
CUDA_VER: ${{ matrix.CUDA_VER }}

0 commit comments

Comments
 (0)