diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 62e398a94..bbe1393ad 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +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 --no-check -A $(find -name "*.ts") + # run: deno test --allow-net --allow-env + run: deno test --no-check -A $(find -name "*.ts") env: DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}