Skip to content

User API specification #137

User API specification

User API specification #137

Workflow file for this run

name: Run tests
on:
push:
permissions:
contents: read
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.23.1'
cache: true
- name: Run go tests
run: |
go test ./...