Skip to content

Commit d338b67

Browse files
committed
refactor(ci): move unit test execution past linting
1 parent 6759192 commit d338b67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
- name: Setup
2525
run: pip install .[dev]
2626

27-
- name: Unittests
28-
run: pytest --doctest-modules
29-
3027
- name: Lint
3128
run: black --diff --check --verbose .
3229

@@ -35,6 +32,9 @@ jobs:
3532
python3 -m fortls.schema
3633
git diff --exit-code ./fortls/fortls.schema.json
3734
35+
- name: Unittests
36+
run: pytest --doctest-modules
37+
3838
- name: Upload coverage to Codecov
3939
uses: codecov/codecov-action@v4
4040
with:

0 commit comments

Comments
 (0)