Skip to content

Commit 64ccd0e

Browse files
committed
Extended public CI scope with two more files
1 parent 1d4047c commit 64ccd0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@ env:
1717
test_dparray.py
1818
test_fft.py
1919
test_linalg.py
20+
test_manipulation.py
2021
test_mathematical.py
2122
test_random_state.py
2223
test_sort.py
2324
test_special.py
2425
test_umath.py
2526
test_usm_type.py
2627
third_party/cupy/linalg_tests/test_product.py
28+
third_party/cupy/manipulation_tests/test_basic.py
2729
third_party/cupy/manipulation_tests/test_join.py
2830
third_party/cupy/math_tests/test_explog.py
2931
third_party/cupy/math_tests/test_misc.py

0 commit comments

Comments
 (0)