Skip to content

Bump actions/checkout from 2 to 4 #32

Bump actions/checkout from 2 to 4

Bump actions/checkout from 2 to 4 #32

Workflow file for this run

name: Tests
on: [pull_request]
jobs:
test:
env:
GO111MODULE: on
name: Test
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Before install
run: |
go get golang.org/x/tools/cmd/cover
go get github.com/mattn/goveralls
- name: Test
run: |
cd collector
go test -v -race -covermode=atomic