Skip to content

Commit 5e16846

Browse files
authored
Apply suggestion from @anmyachev
1 parent ea93915 commit 5e16846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ jobs:
302302
export LD_LIBRARY_PATH=$PTI_LIBS_DIR:$LD_LIBRARY_PATH
303303
export TRITON_XPUPTI_LIB_PATH=$PTI_LIBS_DIR
304304
cd third_party/proton/test
305-
pytest test_cmd.py test_lib.py test_profile.py test_viewer.py -s -v
305+
pytest test_api.py test_cmd.py test_lib.py test_profile.py test_viewer.py -s -v
306306
cd ..
307307
308308
- name: Run minicore tests

0 commit comments

Comments
 (0)