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