Skip to content

introduce unit tests, drop auto_kill_prefix #1

introduce unit tests, drop auto_kill_prefix

introduce unit tests, drop auto_kill_prefix #1

Workflow file for this run

name: Go
on:
push:
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'Setup Go'
uses: actions/setup-go@v4
- name: 'Checkout Repository'
uses: actions/checkout@v3
- name: 'Run tests'
run: make tests
- name: 'Build Vinegar'
run: make VINEGAR_GOFLAGS="--tags nogui"