Skip to content

Commit f76fa21

Browse files
committed
Fixed workflow
1 parent ca78f9a commit f76fa21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
- name: 📦 Install Hatch
3131
uses: pypa/hatch@install
3232

33-
- name: 🧪 Type Tests
34-
run: hatch run
33+
- name: 🧪 Run Tests
34+
run: hatch run tests

0 commit comments

Comments
 (0)