Skip to content

add tests for move block #3

add tests for move block

add tests for move block #3

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
- uses: actions/setup-go@v5
with:
go-version: "1.25"
- uses: oven-sh/setup-bun@v2
- name: install dependencies
run: bun ci
- name: run go tests
run: go test ./...
- name: run vitest tests
run: bun run test:node