-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add integration tests for gofail #69
Add integration tests for gofail #69
Conversation
7805958
to
577c5e3
Compare
8195e54
to
fd562c1
Compare
fd562c1
to
c0dea6d
Compare
/cc @ahrtr the code here is now rebased! |
Please take a look & fix the workflow failure. |
b2652ba
to
f3490e0
Compare
cc @ArkaSaha30 PTAL |
7f17e8b
to
7ca32e4
Compare
d67e9c6
to
9c2e279
Compare
/cc @serathius |
@ArkaSaha30 Please ping me back when you finish reviewing this PR. thx |
091bb69
to
ba75e0f
Compare
fc151a5
to
608d2fe
Compare
608d2fe
to
7070b66
Compare
6802132
to
66ae3f8
Compare
Reference: - https://www.gnu.org/software/make/manual/html_node/MAKE-Variable.html Signed-off-by: Chun-Hung Tseng <[email protected]> Co-authored-by: Benjamin Wang <[email protected]>
b24bfeb
to
0a5ef49
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
nice work!
Thanks for all the review comments and suggestions @ahrtr @ArkaSaha30 ! :) |
Add integration test for the gofail library.
The idea is to make sure features, such as the one introduced in #65 will not have regression in future changes.