Skip to content

Merge pull request #6 from storvik/dependabot/go_modules/github.com/u… #53

Merge pull request #6 from storvik/dependabot/go_modules/github.com/u…

Merge pull request #6 from storvik/dependabot/go_modules/github.com/u… #53

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 ./...