Skip to content

Commit

Permalink
test timing
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesArcas committed Mar 10, 2024
1 parent 09af415 commit 4337f4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ jobs:
pip install coveralls
- name: Test
run: |
# coverage run --include PythonSed/sed.py tests/test_script_io.py
# coverage run --include PythonSed -a tests/test-suite.py @all-tests.suites -x test-python-sed-3.7.exclude
# ls /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/PythonSed/sed.py
coverage run tests/test_script_io.py
sed --version
tests/test-suite.py @timing-tests.suites -x test-python-sed-3.7.exclude
tests/test-suite.py @timing-tests.suites -x test-python-sed-3.7.exclude -b sed
- name: Coveralls
env:
Expand Down
4 changes: 4 additions & 0 deletions tests/timing-tests.suites
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
testsuite1
testsuite2
testsuite3
testsuite4

0 comments on commit 4337f4a

Please sign in to comment.