Skip to content

fix bug with resolving redirection destination wildcard #4

fix bug with resolving redirection destination wildcard

fix bug with resolving redirection destination wildcard #4

Workflow file for this run

name: Run tests
on: push
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup go
uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Run tests
run: go test -v -race -timeout 5s ./...