Skip to content

Ignore package comments and markdown length limit (#358) #1557

Ignore package comments and markdown length limit (#358)

Ignore package comments and markdown length limit (#358) #1557

Workflow file for this run

name: Testing
on:
push:
branches: [ main, dev, feature/* ]
pull_request:
branches: [ main ]
jobs:
test:
strategy:
max-parallel: 6
matrix:
go-version: [ 1.23, 1.24 ]
platform: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- name: Install Go on the Container
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Test the Go code
run: go test -v ./...