Skip to content

Commit

Permalink
adds inital support for code generation
Browse files Browse the repository at this point in the history
  • Loading branch information
desaikd committed Nov 10, 2023
1 parent 2f1fa56 commit 375e924
Show file tree
Hide file tree
Showing 12 changed files with 1,592 additions and 62 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --verbose --workspace
args: --verbose --workspace --all-features
- name: Rustfmt Check
uses: actions-rs/cargo@v1
with:
Expand Down
Loading

0 comments on commit 375e924

Please sign in to comment.