Skip to content

chore: code refactoring #15

chore: code refactoring

chore: code refactoring #15

Workflow file for this run

name: ci
on:
push:
paths-ignore: [ 'docs/**' ]
branches: [ '**' ]
workflow_call:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
go test ./... -test.v