Skip to content

chore(deps): bump actions/checkout in the github-actions group #2

chore(deps): bump actions/checkout in the github-actions group

chore(deps): bump actions/checkout in the github-actions group #2

Workflow file for this run

name: Run tests
on: [pull_request, push]
jobs:
unit:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: go test -v -cover ./...