-
Notifications
You must be signed in to change notification settings - Fork 489
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update README.md, fix make test
, add circle.yml
#23
Conversation
tiancaiamao
commented
Nov 7, 2018
- Remove go.mod so the TiDB and parser repo won't be a circle
- Add circle.yml so this repo will run CI later
- Add README.md about "How to update parser for TiDB"
/cc @morgo |
Makefile
Outdated
GO111MODULE=on go test ./... | ||
mv go.mod go.mod1 | ||
mv go.sum go.sum1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how about make test
failured situation? it seem re-run make test
will meet error.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
@CaitinChen PTAL |
afe7263
to
aa84a57
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-Authored-By: tiancaiamao <tiancaiamao@gmail.com>
Co-Authored-By: tiancaiamao <tiancaiamao@gmail.com>
Co-Authored-By: tiancaiamao <tiancaiamao@gmail.com>
Co-Authored-By: tiancaiamao <tiancaiamao@gmail.com>
Co-Authored-By: tiancaiamao <tiancaiamao@gmail.com>
Co-Authored-By: tiancaiamao <tiancaiamao@gmail.com>
Co-Authored-By: tiancaiamao <tiancaiamao@gmail.com>
Co-Authored-By: tiancaiamao <tiancaiamao@gmail.com>
Co-Authored-By: tiancaiamao <tiancaiamao@gmail.com>
Co-Authored-By: tiancaiamao <tiancaiamao@gmail.com>
Co-Authored-By: tiancaiamao <tiancaiamao@gmail.com>
Co-Authored-By: tiancaiamao <tiancaiamao@gmail.com>
Co-Authored-By: tiancaiamao <tiancaiamao@gmail.com>
Co-Authored-By: tiancaiamao <tiancaiamao@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM