Skip to content

Commit 32e5d8a

Browse files
committed
Run slow tests last
1 parent cad4808 commit 32e5d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ it: $(UV_LOCK)
6565
$(MAKE) -C ./integration
6666

6767
lint: dev
68-
$(UV) run pyright
6968
$(UV) run ruff check
69+
$(UV) run pyright
7070

7171
test: dev
7272
$(UV) run coverage run --source=src -m pytest tests

0 commit comments

Comments
 (0)