Skip to content

Commit b411407

Browse files
Run test_usm_ndarray_topk under gdb
1 parent bec7c81 commit b411407

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,11 +212,12 @@ jobs:
212212
run: |
213213
sudo apt-get update --fix-missing
214214
sudo apt-get install -y gdb
215-
- name: Run test_elementwise under gdb
215+
- name: Run test_topk under gdb
216216
run: |
217217
. $CONDA/etc/profile.d/conda.sh
218218
conda activate ${{ env.TEST_ENV_NAME }}
219-
gdb --batch -ex r -ex 'info sharedlibrary' -ex 'set print elements 1000' -ex bt --args ${CONDA_PREFIX}/bin/python -m pytest -q -ra --disable-warnings --pyargs dpctl.tests.elementwise.test_trigonometric::test_trig_order -vv || true
219+
gdb --batch -ex r -ex 'info sharedlibrary' -ex 'set print elements 1000' -ex bt --args ${CONDA_PREFIX}/bin/python -m pytest -q -ra --disable-warnings --pyargs dpctl.tests.test_usm_ndarray_topk -vv || true
220+
220221
- name: Create test temp dir
221222
# create temporary empty folder to runs tests from
222223
# https://github.com/pytest-dev/pytest/issues/11904

0 commit comments

Comments
 (0)