Skip to content

Commit

Permalink
Fix some more int bugs, add some tests (#1282)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnynek authored Nov 29, 2024
1 parent 3e9c6b5 commit 6c66e72
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 207 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- name: "build assembly"
run: "sbt \"++${{matrix.scala}}; cli/assembly\""
- name: "generate c code"
run: "./bosatsuj transpile --input_dir test_workspace/ --package_root test_workspace/ --outdir c_out c --test --filter Bosatsu/List"
run: "./bosatsuj transpile --input_dir test_workspace/ --package_root test_workspace/ --outdir c_out c --test --filter Bosatsu/List --filter IntTest"
- name: "compile generated c code"
run: |
cp c_runtime/*.h c_out
Expand Down
Loading

0 comments on commit 6c66e72

Please sign in to comment.