Skip to content

Commit

Permalink
tests: Run only Utils tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
angelmadames committed Feb 14, 2024
1 parent 13ea346 commit c363832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
bun run check:ci
- name: 🧪 Run tests
run: bun run test
run: bun test -t 'Utils'

0 comments on commit c363832

Please sign in to comment.