Skip to content

Bump github.com/go-chi/chi/v5 from 5.2.0 to 5.2.1 #321

Bump github.com/go-chi/chi/v5 from 5.2.0 to 5.2.1

Bump github.com/go-chi/chi/v5 from 5.2.0 to 5.2.1 #321

Workflow file for this run

name: go test
on: [push, pull_request]
jobs:
gotest:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install nix
uses: nixbuild/nix-quick-install-action@v29
with:
nix_conf: experimental-features = nix-command flakes
- name: Start postgres database
run: |
nix develop --command \
pgnix-init
- name: Run gotests
run: |
nix develop --command \
go test -v -race ./...