Skip to content

add more environments of benchmark #103

add more environments of benchmark

add more environments of benchmark #103

Workflow file for this run

name: test
on:
pull_request:
paths-ignore:
- README.md
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Tests
run: |
go test -v -bench=. -race -count=1 -coverprofile=coverage.txt
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}