Merge pull request #26461 from ROCm:run-less-rocm-tests

PiperOrigin-RevId: 726614797
This commit is contained in:
jax authors 2025-02-13 13:27:47 -08:00
commit 91c6e449ae

View File

@ -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"