Skip to content

Adds username to social login and registration #7

Adds username to social login and registration

Adds username to social login and registration #7

Workflow file for this run

name: Go CI
on:
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'
- name: Install dependencies
run: go mod download
- name: Run tests
run: go test -v ./tests