fix: tests.yml

This commit is contained in:
2026-03-26 16:03:52 +03:00
parent 3b543e9b63
commit 281af49d27
2 changed files with 41 additions and 1 deletions
+2 -1
View File
@@ -69,7 +69,8 @@ jobs:
- name: Test code generation
run: |
go run ./cmd/arpack -in testdata/sample.go -out-go /tmp/gen-go -out-ts /tmp/gen-ts -out-lua /tmp/gen-lua
go run ./cmd/arpack -in testdata/sample.go -out-go /tmp/gen-go -out-ts /tmp/gen-ts
go run ./cmd/arpack -in testdata/lua/sample.go -out-lua /tmp/gen-lua
test -f /tmp/gen-go/sample_gen.go
test -f /tmp/gen-ts/Sample.gen.ts
test -f /tmp/gen-lua/sample_gen.lua