Skip to content

Commit 5405752

Browse files
committed
Only run core tests for CI
1 parent 1fa6e91 commit 5405752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rocm-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ jobs:
5959
- name: Run tests
6060
run: |
6161
cd $WORKSPACE_DIR
62-
python3 build/rocm/ci_build test $TEST_IMAGE
62+
python3 build/rocm/ci_build test $TEST_IMAGE --test-cmd pytest tests/core_test.py
6363

0 commit comments

Comments
 (0)