Skip to content

Commit 35c4844

Browse files
committed
ci: fix typo
1 parent 992f190 commit 35c4844

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
pip install -r requirements.txt
3333
python setup.py install
3434
- name: Test
35-
run: python tests/runtest.py
35+
run: python tests/runtests.py
3636

3737
test_py37:
3838
runs-on: ubuntu-latest
@@ -47,4 +47,4 @@ jobs:
4747
pip install -r requirements.txt
4848
python3.7 setup.py install
4949
- name: Test
50-
run: python3.7 tests/runtest.py
50+
run: python3.7 tests/runtests.py

0 commit comments

Comments
 (0)