Skip to content

More details for array problems (#168) #495

More details for array problems (#168)

More details for array problems (#168) #495

Workflow file for this run

name: tests
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- run: make ci
- uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov