mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 01:40:08 +00:00
try -A
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user