Skip to content

Commit 734c6d6

Browse files
committed
Execute ray tests only
1 parent 944ab2c commit 734c6d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ray-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ jobs:
6464
- name: Show Full Numba Environment
6565
run: python -m numba -s
6666
shell: bash
67-
- name: Run Unit Tests
68-
run: ./test.sh unit
67+
- name: Run Ray Unit Tests
68+
run: ./test.sh custom 1 tests/test_ray.py
6969
shell: bash

0 commit comments

Comments
 (0)