Skip to content

remove include-directpath-authority-experimental #91

remove include-directpath-authority-experimental

remove include-directpath-authority-experimental #91

Workflow file for this run

name: Testing
on:
pull_request:
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Run tests
run: go test -v ./... -buildvcs=true