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 25b3986 commit 303e7be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
hatch env create
hatch build
test:
runs-on: ubuntu-latest
runs-on: macos-latest
needs: lint
steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ exclude = [
packages = ["src/fymail"]

[tool.pytest.ini_options]
markers = [
"asyncio",
]
asyncio_mode="auto"

[tool.coverage.run]
Expand Down

0 comments on commit 303e7be

Please sign in to comment.