Skip to content

chore(deps): bump github.com/BurntSushi/toml from 1.1.0 to 1.3.2 #187

chore(deps): bump github.com/BurntSushi/toml from 1.1.0 to 1.3.2

chore(deps): bump github.com/BurntSushi/toml from 1.1.0 to 1.3.2 #187

Workflow file for this run

name: test
on: [pull_request]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Test
run: |
go test -race ./... -coverprofile cover.out
- name: Coverage
run: go tool cover -func cover.out