We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2974d6e commit 09b5547Copy full SHA for 09b5547
.github/workflows/testing.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Install dependencies
52
run: |
53
uv sync --frozen --all-extras
54
- uv run maturin build --out dist
+ uv run maturin build
55
- name: mypy check
56
run: just mypy
57
test:
@@ -74,7 +74,7 @@ jobs:
74
75
76
77
78
- name: Run tests
79
run: uv run pytest --cov=prelude_parser --cov-report=xml
80
- name: Upload coverage
0 commit comments