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