mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
parent
90ad399872
commit
0e793d3dd0
2 changed files with 23483 additions and 2 deletions
4
.github/workflows/ci_zig.yml
vendored
4
.github/workflows/ci_zig.yml
vendored
|
|
@ -70,12 +70,12 @@ jobs:
|
|||
- name: roc executable minimal check (Unix)
|
||||
if: runner.os != 'Windows'
|
||||
run: |
|
||||
./zig-out/bin/roc -h | grep -q "Usage:"
|
||||
./zig-out/bin/roc check ./src/PROFILING/bench_repeated_check.roc
|
||||
|
||||
- name: roc executable minimal check (Windows)
|
||||
if: runner.os == 'Windows'
|
||||
run: |
|
||||
zig-out\bin\roc.exe -h | findstr "Usage:"
|
||||
zig-out\bin\roc.exe check ./src/PROFILING/bench_repeated_check.roc
|
||||
|
||||
- name: zig snapshot tests
|
||||
run: zig build snapshot -- --debug
|
||||
|
|
|
|||
23481
src/PROFILING/bench_repeated_check.roc
Normal file
23481
src/PROFILING/bench_repeated_check.roc
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue