Spaces:
Running
Running
jhj0517
commited on
Commit
·
ab706a5
1
Parent(s):
dba8d45
Fix `-rs` option
Browse files- .github/workflows/ci.yml +1 -1
.github/workflows/ci.yml
CHANGED
@@ -38,4 +38,4 @@ jobs:
|
|
38 |
run: pip install -r requirements.txt pytest
|
39 |
|
40 |
- name: Run test
|
41 |
-
run: python -m -rs
|
|
|
38 |
run: pip install -r requirements.txt pytest
|
39 |
|
40 |
- name: Run test
|
41 |
+
run: python -m pytest -rs tests
|