这是indexloc提供的服务,不要输入任何密码
Skip to content

Improve Magento exclusions #45

Improve Magento exclusions

Improve Magento exclusions #45

Workflow file for this run

name: Tests
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.24
- name: Run tests
run: make test-coverage