Skip to content

feat: optimize code logic #11

feat: optimize code logic

feat: optimize code logic #11

Workflow file for this run

Name: Build And Retest
on:
- push
- pull_request

Check failure on line 6 in .github/workflows/build-and-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-and-test.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
jobs:
Test:
runs-on: ubuntu:latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.22
- uses: actions/[email protected]
- name: Test
run: |
go test ./... -coverprofile coverage.out