Skip to content

Concurrent message handling #20

Concurrent message handling

Concurrent message handling #20

Workflow file for this run

name: test
on:
push:
branches:
- master
jobs:
test:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- uses: actions/setup-go@v3
with:
go-version: '1.20'
- run: go get -t -v ./...
- run: go test -race -coverprofile=coverage.out -covermode=atomic -timeout 60s
- uses: codecov/codecov-action@v3