Skip to content

fixbug: update stress testing error #38

fixbug: update stress testing error

fixbug: update stress testing error #38

Workflow file for this run

name: Go1.19
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.19'
- name: Build
run: go mod tidy && go build .
- name: Test
run: go build . && go test -v .