Skip to content

Commit 0ac2fcf

Browse files
committed
Dump AST and simplify with jq
1 parent 9cfb8a5 commit 0ac2fcf

File tree

8 files changed

+2241
-4
lines changed

8 files changed

+2241
-4
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ jobs:
153153
# - name: run pre-commit
154154
# run: |
155155
# pre-commit run --all-files
156-
- name: run codegen tests
156+
- name: run codegen tests (Linux)
157+
if: runner.os == 'Linux'
157158
run: |
158159
pytest codegen/tests
159160
- name: lake upload

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ build/
77
codegen/tests/fixtures/all_methods.txt
88
lakefile.olean
99
.lake/
10+
codegen/tests/fixtures/*-h.json

0 commit comments

Comments
 (0)