Skip to content

Commit 5f318cb

Browse files
committed
Run diff in the python examples
1 parent e89b0c8 commit 5f318cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ on:
55
- main
66
pull_request:
77
jobs:
8-
98
build:
109
name: test
1110
runs-on: ubuntu-latest
12-
1311
steps:
1412
- uses: actions/checkout@v4
1513
- uses: actions/setup-go@v4
@@ -23,3 +21,5 @@ jobs:
2321
path: python
2422
- run: make test
2523
working-directory: python
24+
- run: sqlc diff
25+
working-directory: python/examples

0 commit comments

Comments
 (0)