Skip to content

Commit

Permalink
snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Feb 5, 2024
1 parent 02b985d commit 0d562ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
- run: go build ./...
- name: init-database
run: |
set -eufo pipefail
sudo systemctl start postgresql.service
sudo createuser -s "${USER}"
sudo createdb "${USER}"
- run: go test -v ./...
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0d562ce

Please sign in to comment.