fix "Test Core" step
All checks were successful
/ test (push) Successful in 1m15s

This commit is contained in:
Neemek 2025-08-24 17:00:40 +02:00
parent 678fab7b0e
commit 67c9fe7ea6

View file

@ -19,4 +19,5 @@ jobs:
working-directory: ./wasm
run: GOOS=js GOARCH=wasm go build
- name: Test Core
run: go test core
working-directory: ./core
run: go test