Skip to content
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

CI: Generate Binding: Use git diff instead of go test #33

Merged
merged 2 commits into from
Sep 1, 2022

Conversation

matthiasgeihs
Copy link
Contributor

@matthiasgeihs matthiasgeihs commented Aug 31, 2022

Previously we used go test to check if the bindings were generated correctly. However, this always takes some time. Instead we now use git diff to test that the binding was rebuild correctly.

Signed-off-by: Matthias Geihs <matthias@perun.network>
Use same compiler version as in CI.

Signed-off-by: Matthias Geihs <matthias@perun.network>
@matthiasgeihs matthiasgeihs merged commit 67177a4 into hyperledger-labs:main Sep 1, 2022
@matthiasgeihs matthiasgeihs deleted the ci-git-diff branch September 1, 2022 10:46
sophia1ch pushed a commit to perun-network/perun-eth-backend that referenced this pull request Feb 27, 2024
…r-labs#33)

* CI: Diff binding instead of go test

Signed-off-by: Matthias Geihs <matthias@perun.network>

* Update binding

Use same compiler version as in CI.

Signed-off-by: Matthias Geihs <matthias@perun.network>

Signed-off-by: Matthias Geihs <matthias@perun.network>
Signed-off-by: Sophia Koehler <sophia@perun.network>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants