Skip to content

Commit b1e0bfa

Browse files
committed
chore: fix web unit test ci
1 parent cdda300 commit b1e0bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unicorn_web/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ deploy: deps build
2525
#### Tests
2626
test: unit-test
2727

28-
unit-test: deps
28+
unit-test:
2929
uv run pytest tests/unit/
3030

3131
curl-test:

0 commit comments

Comments
 (0)