tangled
alpha
login
or
join now
thevoid.cafe
/
voidy
A powerful and extendable Discord bot, with it's own module system :3
thevoid.cafe/projects/voidy
0
fork
atom
overview
issues
pulls
pipelines
👷 Remove deno test -A command for now
thevoid.cafe
9 months ago
c854e183
4c73535c
options
unified
split
Changed files
+3
-2
.github
workflows
deno.yml
+3
-2
.github/workflows/deno.yml
···
25
25
- name: Run linter
26
26
run: deno lint
27
27
28
28
-
- name: Run tests
29
29
-
run: deno test -A
28
28
+
# Disable for now, since we're not actually using any tests
29
29
+
# - name: Run tests
30
30
+
# run: deno test -A