Skip to content

Add ability to control if registration is allowed #94

Add ability to control if registration is allowed

Add ability to control if registration is allowed #94

Workflow file for this run

name: Run unit and integration tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Running Tests
run: |
go mod tidy
make test