Skip to content

Minor change to the verhist command #6

Minor change to the verhist command

Minor change to the verhist command #6

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v3
- name: Checkout code
uses: actions/checkout@v3
- name: Test
run: go test -v ./...