Skip to content

v0.1.0 — zero-config HTTPS for local dev (#1) #8

v0.1.0 — zero-config HTTPS for local dev (#1)

v0.1.0 — zero-config HTTPS for local dev (#1) #8

Workflow file for this run

name: ci
on:
push:
branches: [main, 'feat/**']
pull_request:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- run: go build ./...
- run: go test -race -v ./...