Skip to content

Merge pull request #70 from galexrt/renovate/actions-checkout-7.x #208

Merge pull request #70 from galexrt/renovate/actions-checkout-7.x

Merge pull request #70 from galexrt/renovate/actions-checkout-7.x #208

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
submodules: true
- uses: actions/setup-go@v6
with:
go-version: '1.25.6'
- name: Run tests
run: |
make test
make promu
make check_license