Skip to content

Fix bool flag not working without OnTrue #2

Fix bool flag not working without OnTrue

Fix bool flag not working without OnTrue #2

Workflow file for this run

---
name: Test
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run tests
shell: bash
run: |
go test