mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
Merge pull request #8302 from roc-lang/import-builtins
Import builtins from .roc files
This commit is contained in:
commit
7bed6e5a8d
187 changed files with 7063 additions and 3760 deletions
4
.github/workflows/ci_zig.yml
vendored
4
.github/workflows/ci_zig.yml
vendored
|
|
@ -64,6 +64,10 @@ jobs:
|
|||
run: |
|
||||
zig build test-playground -Doptimize=ReleaseSmall -- --verbose
|
||||
|
||||
- name: Verify Serialized Type Sizes
|
||||
run: |
|
||||
zig build test-serialization-sizes
|
||||
|
||||
zig-tests:
|
||||
needs: check-once
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue