v1.0.0
This commit is contained in:
@@ -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/...
|
||||
|
||||
Reference in New Issue
Block a user