Skip to content

Run tests

Run tests #3

Workflow file for this run

on:
workflow_dispatch:
inputs:
push:
branches:
- main
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: go test ./...
- run: |
go build
./fup