Skip to content

Split lint, unit test jobs & bump linters #2

Split lint, unit test jobs & bump linters

Split lint, unit test jobs & bump linters #2

Workflow file for this run

name: Unit Testing
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v5
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run unit tests
run: |
make unit