Skip to content

change: refine jwt handling (breaking change) (#295) #311

change: refine jwt handling (breaking change) (#295)

change: refine jwt handling (breaking change) (#295) #311

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: ./.github/actions/go-setup
- run: |
go test -v ./...