Skip to content

Commit 362a73a

Browse files
authored
Enable more tests to be run through GitHub action (#1824)
1 parent 4ef2157 commit 362a73a

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/conda-package.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,31 @@ env:
1515
CONDA_BUILD_VERSION: '24.1.2'
1616
CONDA_INDEX_VERSION: '0.4.0'
1717
TEST_ENV_NAME: 'test'
18-
# TODO: to add test_arraymanipulation.py back to the scope once crash on Windows is gone
1918
TEST_SCOPE: >-
20-
test_arraycreation.py
19+
test_absolute.py
2120
test_amin_amax.py
22-
test_dparray.py
21+
test_arithmetic.py
22+
test_arraycreation.py
23+
test_arraymanipulation.py
24+
test_bitwise.py
2325
test_copy.py
26+
test_counting.py
27+
test_dparray.py
28+
test_extensions.py
2429
test_fft.py
30+
test_flat.py
2531
test_histogram.py
32+
test_indexing.py
2633
test_linalg.py
2734
test_logic.py
2835
test_manipulation.py
2936
test_mathematical.py
37+
test_mixins.py
3038
test_nanfunctions.py
39+
test_outer.py
3140
test_product.py
3241
test_random_state.py
42+
test_search.py
3343
test_sort.py
3444
test_special.py
3545
test_statistics.py
@@ -39,21 +49,11 @@ env:
3949
test_usm_type.py
4050
third_party/cupy/core_tests
4151
third_party/cupy/indexing_tests/test_indexing.py
42-
third_party/cupy/linalg_tests/test_decomposition.py
43-
third_party/cupy/linalg_tests/test_norms.py
44-
third_party/cupy/linalg_tests/test_product.py
45-
third_party/cupy/linalg_tests/test_solve.py
46-
third_party/cupy/linalg_tests/test_einsum.py
47-
third_party/cupy/logic_tests/test_comparison.py
48-
third_party/cupy/logic_tests/test_truth.py
49-
third_party/cupy/manipulation_tests/test_basic.py
50-
third_party/cupy/manipulation_tests/test_dims.py
51-
third_party/cupy/manipulation_tests/test_join.py
52-
third_party/cupy/manipulation_tests/test_rearrange.py
53-
third_party/cupy/manipulation_tests/test_transpose.py
52+
third_party/cupy/linalg_tests
53+
third_party/cupy/logic_tests
54+
third_party/cupy/manipulation_tests
5455
third_party/cupy/math_tests
55-
third_party/cupy/sorting_tests/test_sort.py
56-
third_party/cupy/sorting_tests/test_count.py
56+
third_party/cupy/sorting_tests
5757
third_party/cupy/statistics_tests/test_histogram.py
5858
third_party/cupy/statistics_tests/test_meanvar.py
5959
VER_JSON_NAME: 'version.json'

0 commit comments

Comments
 (0)