Skip to content

chore(deps): update golangci/golangci-lint-action action to v4 #75

chore(deps): update golangci/golangci-lint-action action to v4

chore(deps): update golangci/golangci-lint-action action to v4 #75

Workflow file for this run

name: Tests
on: [push]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.15.2
- uses: actions/checkout@v2
- name: Test
run: make test
benchmark:
name: Benchmark
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.15.2
id: go
- uses: actions/checkout@v2
- name: Benchmark
run: make bench