Skip to content

Commit 8bf6ce9

Browse files
committed
feat: output inference (setup/main split), approval workflow-only, packages adoption; add Rust integration tests + insta snapshots; move examples to integration_tests; CI step for integration tests
1 parent 4a82441 commit 8bf6ce9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1007
-591
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,6 @@ jobs:
8686

8787
- name: Build
8888
run: nx run cigen:build
89+
90+
- name: Run integration tests
91+
run: nx run cigen:integration

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ PROJECT_PLAN.md
55

66
examples/**/build/
77
examples/**/.circleci/
8+
integration_tests/**/.circleci/
9+
integration_tests/**/build/
10+
11+
/.circleci/
12+
/build/
813

914
# Nx
1015
.nx/

0 commit comments

Comments
 (0)