Skip to content

Commit

Permalink
[ROCm] Only run core tests for ROCm post-build checks
Browse files Browse the repository at this point in the history
  • Loading branch information
charleshofer committed Feb 10, 2025
1 parent cf308a8 commit d50206b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rocm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ jobs:
- name: Run tests
run: |
cd $WORKSPACE_DIR
python3 build/rocm/ci_build test $TEST_IMAGE
python3 build/rocm/ci_build test $TEST_IMAGE --test-cmd "pytest tests/core_test.py"

0 comments on commit d50206b

Please sign in to comment.