jhj0517 commited on
Commit
ab706a5
·
1 Parent(s): dba8d45

Fix `-rs` option

Browse files
Files changed (1) hide show
  1. .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 pytest tests
 
38
  run: pip install -r requirements.txt pytest
39
 
40
  - name: Run test
41
+ run: python -m pytest -rs tests