Skip to content

Merge pull request #74 from Zxilly/develop #89

Merge pull request #74 from Zxilly/develop

Merge pull request #74 from Zxilly/develop #89

Workflow file for this run

name: build
on:
push:
branches: [ develop, master ]
pull_request:
branches: [ develop, master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ">=1.21.0"
- name: Build
run: go build -o a
- name: Test
run: go test -timeout 1800s -v -race -coverprofile=coverage.txt -covermode=atomic -tags slow_test
- name: Codecov
# You may pin to the exact commit or the version.
# uses: codecov/codecov-action@29386c70ef20e286228c72b668a06fd0e8399192
uses: codecov/[email protected]