Skip to content

Bump github.com/go-chi/chi/v5 from 5.0.10 to 5.0.11 #55

Bump github.com/go-chi/chi/v5 from 5.0.10 to 5.0.11

Bump github.com/go-chi/chi/v5 from 5.0.10 to 5.0.11 #55

Workflow file for this run

name: go test
on: [push, pull_request]
jobs:
gotest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: nixbuild/nix-quick-install-action@v22
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 ./...