Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Switch CLI flag parsing to go-flags #288

Switch CLI flag parsing to go-flags

Switch CLI flag parsing to go-flags #288

Workflow file for this run

name: tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.25'
- name: Run tests
run: go test -test.timeout 30s ./...
nix-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- run: nix build