Skip to content

feat: add json & form handlers for password and passwordreset modules… #17

feat: add json & form handlers for password and passwordreset modules…

feat: add json & form handlers for password and passwordreset modules… #17

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
permissions:
id-token: "write"
contents: "read"
services:
postgres:
image: postgres
env:
POSTGRES_PASSWORD: local
POSTGRES_USER: local
POSTGRES_DB: local
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 5432:5432
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- name: Test
run: nix develop --command go test -count=1 -race -v ./...