Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongjiajie committed Jan 14, 2025
1 parent 7e926b3 commit 7fe5a31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
FYMAIL_GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
hatch env create fymail-test
hatch shell fymail-test
hatch test
publish:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ path = "src/fymail/__init__.py"

[tool.hatch.envs.fymail-test]
extra-dependencies = [
"pytest-asyncio",
"pytest-asyncio~=0.25",
]
default-args = ["tests"]
extra-args = ["-vv"]
Expand Down

0 comments on commit 7fe5a31

Please sign in to comment.