GitLab CI: enable test job
This commit is contained in:
parent
5b536040ce
commit
d7316c5eeb
|
@ -14,6 +14,6 @@ lint:
|
||||||
stage: test
|
stage: test
|
||||||
script: deno lint
|
script: deno lint
|
||||||
|
|
||||||
# test:
|
test:
|
||||||
# stage: test
|
stage: test
|
||||||
# script: deno task test
|
script: deno task test
|
Loading…
Reference in New Issue