Revert "test: attempt to fix "Token not provided" error (#384)"

This reverts commit 6f21de2a3a.
This commit is contained in:
ayntee
2021-01-15 15:21:41 +04:00
parent 6f21de2a3a
commit 5307f0c5f2
8 changed files with 14 additions and 13 deletions

View File

@@ -10,6 +10,6 @@ jobs:
- uses: actions/checkout@v2
- uses: denolib/setup-deno@v2
- name: Run test script
run: deno test --allow-net --allow-env tests/
run: deno test --allow-net --allow-env
env:
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}