esilverm / aps-test-cases

A Test Case Runner for APS written in Deno and Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github Actions

esilverm opened this issue · comments

Create github action to compile deno to a binary so users dont have to run hefty syntax with allow flags and such.

https://deno.land/manual@v1.7.2/tools/compiler

Command to run:
deno compile --unstable --allow-all --output run-tests main.ts

In the meantime I guess I can push the executable. I'll get around to that in a bit.