Skip to content

Upgrade github actions where applicable #73

Upgrade github actions where applicable

Upgrade github actions where applicable #73

Workflow file for this run

name: Run Tests
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.0
- name: Install Tools
run: make tools
- name: Test
run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
files: ./cover.out
functionalities: fix