Skip to content

Merge pull request #3 from JackalLabs/dependabot/go_modules/github.co… #21

Merge pull request #3 from JackalLabs/dependabot/go_modules/github.co…

Merge pull request #3 from JackalLabs/dependabot/go_modules/github.co… #21

Workflow file for this run

name: Unit Test
on:
pull_request:
push:
branches: ["main"]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v5
with:
go-version: 1.23 # The Go version to download (if necessary) and use.
- name: Test
shell: bash
run: make test-unit