We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff279c commit cfcff4fCopy full SHA for cfcff4f
.github/workflows/ci_zig.yml
@@ -219,6 +219,12 @@ jobs:
219
git reset --hard HEAD
220
nix develop ./src/ -c zig build && zig build snapshot && zig build test
221
222
+ - name: Test nix package
223
+ if: ${{ runner.os == 'Linux' || (runner.os == 'macOS' && runner.arch != 'X64') }}
224
+ run: |
225
+ nix build ./src/#roc
226
+ ./result/bin/roc check src/PROFILING/bench_repeated_check.roc
227
+
228
zig-cross-compile:
229
needs: check-once
230
runs-on: ubuntu-24.04
0 commit comments