We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c79163 commit bbd453cCopy full SHA for bbd453c
1 file changed
.github/workflows/build_and_test.yml
@@ -11,6 +11,7 @@ jobs:
11
- uses: actions/checkout@v4
12
- name: daily-test
13
run: |
14
+ export GOPROXY=https://proxy.golang.org
15
cd consensus/qkchash/native && make && cd -
16
go vet ./...
17
go test -timeout 1m ./... -gcflags=-l
0 commit comments