Skip to content

chore(make): add test target #60

chore(make): add test target

chore(make): add test target #60

Workflow file for this run

name: Test Pull Request
on: [pull_request]
jobs:
TestPR:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
- name: Run unit tests
run: |
pwd && ls -ltr && go version && make test