-
Notifications
You must be signed in to change notification settings - Fork 15
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
docs: should add instructions to run from source #184
Comments
🤷 |
@SgtPooki, thanks for opening this, could you try going through the local dev documentation and detail which parts are not working for you? I don't understand the meaning of your last comment. Regarding making the testing easier, the docker image might be a better place to start. It abstracts away all the implementation details for users who don't want to look into go-related details. docs |
Will do.
@laurentsenta are you referring to:
I was hoping to be able to execute gateway-conformance as a binary with something like |
Some errors when following instructions at https://github.com/ipfs/gateway-conformance/blob/main/docs/development.md
And from running the tests in vscode (which is great btw, thanks for directing me to that setup):
but running |
I believe that's where the docker image should be used instead. As a user, if I don't care about the test's internals, having a workflow with
That code is calling I can't dig into this at the moment, but an idea:
It looks like we passed a string that is not a URL; the host and scheme are all messed up during parsing.
Thanks for going through & reporting all these quirks 🙏 |
Regarding
That should work. As @laurentsenta pointed out, it's mostly used with the Docker image though. |
#192 fixes |
This works, and then I can run with |
What I did
If there's a better way please let me know.
Also of note.. you cannot
go install
this package, but it would make testing much easier..The text was updated successfully, but these errors were encountered: