test regex

This commit is contained in:
Skillz4Killz
2021-04-08 19:29:39 +00:00
committed by GitHub
parent ad87124bca
commit 4e0f5ddc78

View File

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