Skip to content

Added support for API token authentication; #876

Added support for API token authentication;

Added support for API token authentication; #876

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23
-
name: Test
run: go test -v ./...
-
name: Build (test)
run: ./scripts/testbuild.sh