We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba14e3f commit 70858ebCopy full SHA for 70858eb
.github/workflows/tests.yaml
@@ -327,6 +327,7 @@ jobs:
327
328
test_suites_darwin:
329
name: Test Suites - Darwin
330
+ needs: await-fast-ci
331
332
strategy:
333
matrix:
@@ -440,6 +441,7 @@ jobs:
440
441
442
repl_tests_linux:
443
name: REPL Tests - Linux
444
445
446
env:
447
TSAN_OPTIONS: "halt_on_error=1 suppressions=scripts/tests/chiptest/tsan-linux-suppressions.txt"
@@ -604,6 +606,7 @@ jobs:
604
606
605
607
repl_tests_darwin:
608
name: REPL Tests - Darwin
609
610
611
612
0 commit comments