This commit is contained in:
Skillz4Killz
2021-04-08 21:20:07 +00:00
committed by GitHub
parent 417ec0400d
commit 979376dd80

View File

@@ -15,6 +15,6 @@ jobs:
run: deno cache --no-check mod.ts
- name: Run test script
if: github.ref == 'refs/heads/main'
run: deno test --allow-net --allow-env --no-check
run: deno test -A --no-check
env:
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}