Drop idris/bun from CI

This commit is contained in:
2025-03-17 18:58:11 -07:00
parent 9d7e6097f3
commit 067090fb33
4 changed files with 11 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
#!/bin/sh
SAMPLES=$(find playground/samples -name "*.newt")
NCC="bun run newt.js"
# NCC="bun run newt.js"
NCC="node newt.js"
total=0
failed=0
for fn in tests/*.newt ; do