XiaoMi / soar

SQL Optimizer And Rewriter
Apache License 2.0
8.67k stars 1.32k forks source link

Support real tests in CI #40

Closed zhouzhuojie closed 5 years ago

zhouzhuojie commented 5 years ago

It would be great if CI have real tests, not just make fmt.

https://github.com/XiaoMi/soar/blob/master/.travis.yml#L11

martianzhang commented 5 years ago

yeah,we will create a new branch for travis testing debug.

before that we do CI using locally command

make daily

martianzhang commented 5 years ago

after commit 6f2f562 .travis.yaml has included most of the CI things, but without linter check :(