Skip to content

Commit f3d6e09

Browse files
committed
Run all tests and install fix_ogvjs_dist script
1 parent 5a0feca commit f3d6e09

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: .github/workflows/Tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
pip install -e .[test,scripts]
3636
3737
- name: Run the tests
38-
run: inv coverage --args "-vvv"
38+
run: inv coverage --args "--runslow --runinstalled -vvv"
3939

4040
- name: Upload coverage report to codecov
4141
if: matrix.python == '3.12'

Diff for: pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ dev = [
5555
"zimscraperlib[check]",
5656
]
5757

58+
[project.scripts]
59+
fix_ogvjs_dist = "zimscraperlib.fix_ogvjs_dist:run"
60+
5861
[tool.hatch.version]
5962
path = "src/zimscraperlib/__about__.py"
6063

0 commit comments

Comments
 (0)