builds: run tests
1 files changed, 14 insertions(+), 0 deletions(-) A .builds/test.yml
A .builds/test.yml => .builds/test.yml +14 -0
@@ 0,0 1,14 @@ +image: archlinux +packages: + - deno +sources: + - https://git.sr.ht/~bmp/hayom +secrets: + - 9ab5e22a-86a6-4a5c-af42-23d0990363f8 +tasks: + - deps: | + cd hayom + deno cache -r --lock=lock.json deps.ts test.ts + - test: | + cd hayom + deno test