Skip to content

adjusted some tests to use new logoutPath config #1

adjusted some tests to use new logoutPath config

adjusted some tests to use new logoutPath config #1

Workflow file for this run

name: Traefik Forward Auth
on: [push]
jobs:
test:
name: Test with Go version -
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.19']
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- name: Run Tests
run: go test ./...