File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -212,11 +212,12 @@ jobs:
212
212
run : |
213
213
sudo apt-get update --fix-missing
214
214
sudo apt-get install -y gdb
215
- - name : Run test_elementwise under gdb
215
+ - name : Run test_topk under gdb
216
216
run : |
217
217
. $CONDA/etc/profile.d/conda.sh
218
218
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
+
220
221
- name : Create test temp dir
221
222
# create temporary empty folder to runs tests from
222
223
# https://github.com/pytest-dev/pytest/issues/11904
You can’t perform that action at this time.
0 commit comments