Skip to content

Commit 8d21137

Browse files
authored
fixed golang test (#51)
set the GOCACHE to fix the test
1 parent 63fc4d9 commit 8d21137

File tree

1 file changed

+1
-1
lines changed
  • containers/judge-worker/golang

1 file changed

+1
-1
lines changed

containers/judge-worker/golang/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22

33
chmod 777 main.go
4-
go run main.go
4+
GOCACHE=/tmp/gocache go run main.go

0 commit comments

Comments
 (0)