This project exists to manually test github actions OpenIdProvider. We plan to automate this long term.
-
Run
go mod edit -replace github.com/openpubkey/[email protected]=github.com/<github user name>/openpubkey@<commit>
where github user name and branch name are your github user name and latest commit of branch you want to test. Alternatively you can usego mod edit -replace github.com/openpubkey/[email protected]=github.com/<github user name>/openpubkey@<fork>
where fork is the the fork you want use. For instance:go mod edit -replace github.com/openpubkey/[email protected]=github.com/ethanheilman/openpubkey@43d9a377b2336bb8e3cabcd9e74918e6debd9e4f
orgo mod edit -replace github.com/openpubkey/[email protected]=github.com/ethanheilman/openpubkey@memguardhide
-
Run
go mod tidy
-
run go test ./... to ensure the code is correct.
-
Push to origin to run the test in a github-action