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 ca78f9a commit f76fa21Copy full SHA for f76fa21
.github/workflows/test.yml
@@ -30,5 +30,5 @@ jobs:
30
- name: 📦 Install Hatch
31
uses: pypa/hatch@install
32
33
- - name: 🧪 Type Tests
34
- run: hatch run
+ - name: 🧪 Run Tests
+ run: hatch run tests
0 commit comments