Skip to content

Feature/bump version to 035 #30

Feature/bump version to 035

Feature/bump version to 035 #30

Workflow file for this run

name: Run tests
on:
pull_request:
branches:
- 'main'
jobs:
tests_with_cover:
name: Run tests
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Test
run: go test -v -cover ./collector/