Skip to content

refactor: remove unused alwaysSplitHTTPS flag (#506) #25

refactor: remove unused alwaysSplitHTTPS flag (#506)

refactor: remove unused alwaysSplitHTTPS flag (#506) #25

Workflow file for this run

name: Go Test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: '${{ github.workspace }}/go.mod'
- name: Unit Test
run: go test -v -race ./...