talent-plan / tinysql

A course to build the SQL layer of a distributed database.
Apache License 2.0
1.7k stars 519 forks source link

Autograding report GOPATH no set #158

Open kikimo opened 1 year ago

kikimo commented 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:

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?

lemonness commented 1 year ago

i meet this problem in remote autograding also. image