Skip to content

testing workflows

testing workflows #17

Workflow file for this run

name: Tests
on:
push:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
test:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- name: Unit Tests
run: go test -tags test ./...