Skip to content

Bug fix output

Bug fix output #13

Workflow file for this run

name: Test CLI Code
on:
pull_request:
branches:
- main
jobs:
test:
name: Test CLI Code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test Go code and generate coverage report
run: |
go test ./... --timeout 30s --coverprofile=coverage.out