Re-add setup deno (oops)
All checks were successful
Build & Test / build-run (push) Successful in 41s
All checks were successful
Build & Test / build-run (push) Successful in 41s
This commit is contained in:
parent
8850e08f5d
commit
7a39fbd418
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ jobs:
|
|||
run: apt install nodejs -y
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Deno
|
||||
uses: https://github.com/denoland/setup-deno@v2
|
||||
with:
|
||||
deno-version: v2.x
|
||||
- name: Build using Cargo
|
||||
run: cargo build --verbose
|
||||
- name: Run unit tests
|
||||
|
|
Loading…
Add table
Reference in a new issue