Open kikimo opened 1 year ago
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?
i meet this problem in remote autograding also.
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?