Skip to content

Commit dfb521f

Browse files
Add one more combination of test runs under gdb
1 parent 283af9f commit dfb521f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,13 @@ jobs:
229229
conda activate ${{ env.TEST_ENV_NAME }}
230230
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_sorting dpctl.tests.test_usm_ndarray_top_k -vv || true
231231
232-
- name: Run test_usm_ndarray_top_k under gdb 2
232+
- name: Run test_usm_ndarray_top_k under gdb 3
233+
run: |
234+
. $CONDA/etc/profile.d/conda.sh
235+
conda activate ${{ env.TEST_ENV_NAME }}
236+
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_unique dpctl.tests.test_usm_ndarray_top_k -vv || true
237+
238+
- name: Run test_usm_ndarray_top_k under gdb 4
233239
run: |
234240
. $CONDA/etc/profile.d/conda.sh
235241
conda activate ${{ env.TEST_ENV_NAME }}

0 commit comments

Comments
 (0)