Skip to content

Commit

Permalink
Run all tests and install fix_ogvjs_dist script
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Feb 8, 2024
1 parent 5a0feca commit f3d6e09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
pip install -e .[test,scripts]
- name: Run the tests
run: inv coverage --args "-vvv"
run: inv coverage --args "--runslow --runinstalled -vvv"

- name: Upload coverage report to codecov
if: matrix.python == '3.12'
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ dev = [
"zimscraperlib[check]",
]

[project.scripts]
fix_ogvjs_dist = "zimscraperlib.fix_ogvjs_dist:run"

[tool.hatch.version]
path = "src/zimscraperlib/__about__.py"

Expand Down

0 comments on commit f3d6e09

Please sign in to comment.