Skip to content

AUTH-6588 Replace Access app SelfHostedDomains with Destinations #3149

AUTH-6588 Replace Access app SelfHostedDomains with Destinations

AUTH-6588 Replace Access app SelfHostedDomains with Destinations #3149

Workflow file for this run

on: [pull_request]
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Vet
run: go vet ./...
- name: Test
run: go test -v -race ./...