Skip to content

JWT handling overhaul #513

JWT handling overhaul

JWT handling overhaul #513

Workflow file for this run

name: Test
on: pull_request
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: stable
- name: Run Tests
run: go test -v ./...