Skip to content

Commit

Permalink
ci: disable type tests (they don't exist yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
trezy committed Jul 26, 2024
1 parent 40d5572 commit c76291b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
matrix:
script:
- name: Typecheck
command: test:types
# - name: Typecheck
# command: test:types
- name: Lint
command: test:lint
- name: Unit tests
Expand Down

0 comments on commit c76291b

Please sign in to comment.