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

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