A powerful and extendable Discord bot, with it's own module system :3 thevoid.cafe/projects/voidy

👷 Remove deno test -A command for now

Changed files
+3 -2
.github
workflows
+3 -2
.github/workflows/deno.yml
··· 25 25 - name: Run linter 26 26 run: deno lint 27 27 28 - - name: Run tests 29 - run: deno test -A 28 + # Disable for now, since we're not actually using any tests 29 + # - name: Run tests 30 + # run: deno test -A