We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It works fine whe I try run make test-proj1 locally, but when I submit the code the autograding workflow reports error as below:
make test-proj1
Makefile:7: *** Please set the environment variable GOPATH before running `make`. Stop. ❌ proj1 ::error::Error: Exit with code: 2 and signal: null
Am I missing some configs? How can I make the autograding work?
The text was updated successfully, but these errors were encountered:
i meet this problem in remote autograding also.
Sorry, something went wrong.
No branches or pull requests
It works fine whe I try run
make test-proj1
locally, but when I submit the code the autograding workflow reports error as below:Am I missing some configs? How can I make the autograding work?
The text was updated successfully, but these errors were encountered: