Skip to content

Commit

Permalink
removed tests from lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaByte committed Feb 7, 2024
1 parent c82c426 commit 03c273a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ jobs:
- name: Run linter
run: deno lint

- name: Run tests
run: deno test -A
# We don't have test yet
# - name: Run tests
# run: deno test -A

0 comments on commit 03c273a

Please sign in to comment.