update CI for new makefile

This commit is contained in:
2026-03-29 20:00:39 -07:00
parent 4814682712
commit 52c78aa6f6
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ jobs:
# uses: oven-sh/setup-bun@v2
- name: build
run: |
make newt3.js
make newt3
cd playground
npm install -g esbuild vite
npm install

View File

@@ -12,6 +12,6 @@ dependencies:
- time
steps:
- name: "build newt"
command: "make newt3.js"
command: "make newt3"
- name: "test"
command: "make test"