Skip to content

test: Add end-to-end tests and examples (#29) #48

test: Add end-to-end tests and examples (#29)

test: Add end-to-end tests and examples (#29) #48

Workflow file for this run

name: go
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- uses: sqlc-dev/setup-sqlc@v4
with:
sqlc-version: '1.23.0'
- run: make
- run: make test
- run: sqlc diff
working-directory: examples