Skip to content

Support JWT authentication #292

Support JWT authentication

Support JWT authentication #292

Workflow file for this run

name: ci
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
go: ['>=1.22', '1.21']
trino: ['latest', '372']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- run: go test -v -race -timeout 2m ./... -trino_image_tag=${{ matrix.trino }}