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 e5df56f commit cf7f9db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
sudo service postgresql start
- name: createdb
run: |
createdb "${USER}"
sudo createrole -s "${USER}"
sudo createdb "${USER}"
- run: go test -v ./...
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cf7f9db

Please sign in to comment.