Skip to content

go-test

go-test #1272

name: go-test
on: [push]
jobs:
build_and_test:
runs-on: ubuntu-latest
container: quarkchaindocker/goquarkchain:test1.6.1
steps:
- uses: actions/checkout@v4
- name: daily-test
run: |
export GOPROXY=https://proxy.golang.org
cd consensus/qkchash/native && make && cd -
go vet ./...
go test -timeout 1m ./... -gcflags=-l