Skip to content

Merge branch 'main' of https://github.com/Voxellius/Voxel #3

Merge branch 'main' of https://github.com/Voxellius/Voxel

Merge branch 'main' of https://github.com/Voxellius/Voxel #3

Workflow file for this run

name: Perform unit tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v4
- name: Install Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.44.4
- name: Run tests
run: ./test.sh