Skip to content

Commit 86bd65b

Browse files
danhphantwiecki
authored andcommitted
Separate further tests.tensor folder
1 parent a83f675 commit 86bd65b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ jobs:
7575
- "tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/sparse"
7676
- "tests/scan"
7777
- "tests/sparse"
78-
- "tests/tensor --ignore=tests/tensor/conv --ignore=tests/tensor/test_basic.py --ignore=tests/tensor/test_math.py --ignore=tests/tensor/test_math_scipy.py --ignore=tests/tensor/test_inplace.py --ignore=tests/tensor/test_elemwise.py --ignore=tests/tensor/rewriting/test_basic.py --ignore=tests/tensor/rewriting/test_math.py"
78+
- "tests/tensor --ignore=tests/tensor/conv --ignore=tests/tensor/rewriting --ignore=tests/tensor/test_math.py --ignore=tests/tensor/test_basic.py --ignore=tests/tensor/test_blas.py --ignore=tests/tensor/test_math_scipy.py --ignore=tests/tensor/test_inplace.py --ignore=tests/tensor/test_elemwise.py"
7979
- "tests/tensor/conv"
80-
- "tests/tensor/test_basic.py tests/tensor/test_inplace.py"
80+
- "tests/tensor/rewriting"
8181
- "tests/tensor/test_math.py"
82-
- "tests/tensor/test_math_scipy.py"
83-
- "tests/tensor/test_elemwise.py tests/tensor/rewriting/test_basic.py tests/tensor/rewriting/test_math.py"
82+
- "tests/tensor/test_basic.py tests/tensor/test_inplace.py"
83+
- "tests/tensor/test_blas.py tests/tensor/test_elemwise.py tests/tensor/test_math_scipy.py"
8484
exclude:
8585
- python-version: "3.7"
8686
fast-compile: 0
@@ -89,6 +89,8 @@ jobs:
8989
fast-compile: 1
9090
- python-version: "3.9"
9191
float32: 1
92+
- python-version: "3.9"
93+
part: "tests/tensor/test_math.py"
9294
steps:
9395
- uses: actions/checkout@v3
9496
with:

0 commit comments

Comments
 (0)