update deno.yml, remove test step for now

This commit is contained in:
Ean Milligan 2024-05-21 17:30:58 -04:00
parent ec6781afc9
commit 3d72e4b586
1 changed files with 3 additions and 2 deletions

View File

@ -37,5 +37,6 @@ jobs:
- name: Run linter
run: deno lint
- name: Run tests
run: deno test -A
# Add this back in when tests are added
# - name: Run tests
# run: deno test -A