Skip to content

Fly.io macaroon auth #40

Fly.io macaroon auth

Fly.io macaroon auth #40

Workflow file for this run

name: Push
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- run: go test -v ./...