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 998f540 commit 66d0a49Copy full SHA for 66d0a49
.github/workflows/ci_zig.yml
@@ -231,6 +231,16 @@ jobs:
231
git clean -fdx
232
git reset --hard HEAD
233
nix develop ./src/ -c zig build && zig build snapshot && zig build test
234
+
235
+ - name: Test Nix package
236
+ if: ${{ runner.os == 'Linux' || (runner.os == 'macOS' && runner.arch != 'X64') }}
237
+ uses: ./.github/actions/flaky-retry
238
+ with:
239
+ command: |
240
+ nix build ./src#roc
241
+ result/bin/roc check src/PROFILING/bench_repeated_check.roc
242
+ error_string_contains: TemporaryNameServerFailure
243
+ retry_count: 3
244
245
zig-cross-compile:
246
needs: check-once
0 commit comments