mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-23 07:59:37 +00:00
* incorporate reg-test into "go test" framework * reg-test -> regtest everywhere * update .github/workflows/go.yml
6 lines
131 B
Batchfile
6 lines
131 B
Batchfile
go build mlr.go
|
|
|
|
go test -v miller/src/...
|
|
# 'go test' (with no arguments) is the same as 'mlr regtest'
|
|
|
|
mlr regtest regtest/cases
|