-
Notifications
You must be signed in to change notification settings - Fork 13.4k
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
feature: add auto-build-and-test workflow for go #1019
Conversation
The code in this PR was generated and modified by GPT. I tested it in my own forked repo and found the following issues that need help. |
|
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Thanks for the PR! @Reanon @justin-tse @codingonion |
@hpstory Thanks for checking the testing result! The bug has been fixed. === RUN TestSpaceComplexity
递归 n = 5
递归 n = 4
递归 n = 3
递归 n = 2
递归 n = 1
递归 n = 5 中的 nums 长度 = 5
递归 n = 4 中的 nums 长度 = 4
递归 n = 3 中的 nums 长度 = 3
递归 n = 2 中的 nums 长度 = 2
递归 n = 1 中的 nums 长度 = 1
/———0
/———0
| \———0
/———0
| | /———0
| \———0
| \———0
/———0
| | /———0
| | /———0
| | | \———0
| \———0
| | /———0
| \———0
| \———0
———0
| /———0
| /———0
| | \———0
| /———0
| | | /———0
| | \———0
| | \———0
\———0
| /———0
| /———0
| | \———0
\———0
| /———0
\———0
\———0
--- PASS: TestSpaceComplexity (0.00s)
PASS
ok github.com/krahets/hello-algo/chapter_computational_complexity 0.520s |
I would recommend merging the workflow file of Go and JS/TS first. They seem to be working fine. Have you tried adding a bug to Go/JS/TS code to see if the workflow can report it? |
No problem with Go. but JS and TS workflow actually did nothing, we need two scripts for build and test. |
I suggest merging the workflow of Go first. Let's open two new PRs for the JS/TS, Zig's workflow. |
Done |
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.
Thanks to @hpstory for the PR!
If this PR is related to coding or code translation, please fill out the checklist and paste the console outputs to the PR.