GitLab CI: enable test job

This commit is contained in:
Alex Gleason
2023-07-25 20:55:43 -05:00
parent 5b536040ce
commit d7316c5eeb

View File

@@ -14,6 +14,6 @@ lint:
stage: test
script: deno lint
# test:
# stage: test
# script: deno task test
test:
stage: test
script: deno task test