fix: 💚 Run every test file separately instead of using the global bun test command

This commit is contained in:
Jesse Wierzbinski 2024-09-23 13:20:30 +02:00
parent de8b8e2cc0
commit c7ec678a3e
No known key found for this signature in database
6 changed files with 9 additions and 10 deletions

View file

@ -48,4 +48,4 @@ jobs:
- name: Run tests
run: |
bun test
bun run test