Skip to content

Commit 5239ed2

Browse files
committed
try self-tests
1 parent f4dca84 commit 5239ed2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/win_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ jobs:
5757
shell: bash -el {0}
5858
run: |
5959
cd G2
60-
python test/test_elm.py
60+
python tests/test_elm.py
61+
python -m pytest
6162
6263
6364
# #uses: conda-incubator/setup-miniconda@030178870c779d9e5e1b4e563269f3aa69b04081 # v3.0.3 using hash for security

0 commit comments

Comments
 (0)