-
Notifications
You must be signed in to change notification settings - Fork 15
chore(dafny): make CI to work for all runtimes #1871
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
Conversation
if OsLang.GetLanguageShort() == "Go" then | ||
"../../../../" + mplKeysPath |
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.
For context: Go generates code into runtimes/go/<Implementation-From-Dafny> or <Test-From-Dafny>/
. When we run make test_go
, it runs from runtimes/go/Test-From-Dafny/
. For all other runtimes it runs from runtimes/<runtime>
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
Description of changes:
keys.json
, use extra..
for Go.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.