pingcap / mysql-tester

A Golang implementation of MySQL Test Framework
Apache License 2.0
61 stars 62 forks source link

CI: Setup GitHub actions #115

Closed dveeden closed 7 months ago

dveeden commented 9 months ago

Maybe we can do some testing in CI with GitHub actions?

dveeden commented 9 months ago

Note that Makefile has a # before ./mysql-tester -check-error so we only run the tests but without an actual TiDB instance. Maybe we can use TiDB Action from @Icemap for this. This can be done as part of this PR or later.

dveeden commented 9 months ago

Another thing we could do after this has been merged is to run golangci-lint. See also #121

Defined2014 commented 9 months ago

@bb7133 PTAL