This commit is contained in:
2026-04-01 10:53:51 +03:00
parent 281af49d27
commit c1890216c5
16 changed files with 722 additions and 62 deletions
+2 -2
View File
@@ -32,8 +32,8 @@ jobs:
- name: Download dependencies
run: go mod download
- name: Run unit tests
run: go test -v ./parser/... ./generator/...
- name: Run full Go test suite
run: make test
- name: Run benchmarks (short)
run: go test -bench=. -benchtime=100ms -run=^$ ./benchmarks/...