Skip to content

Commit 5b4b031

Browse files
authored
tools: run tests --without-amaro on test-shared macOS
PR-URL: #60902 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
1 parent 470ef98 commit 5b4b031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-shared.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
--arg ccache '(import <nixpkgs> {}).sccache' \
165165
--arg devTools '[]' \
166166
--arg benchmarkTools '[]' \
167-
${{ endsWith(matrix.system, '-darwin') && '--arg extraConfigFlags ''["--without-inspector"]'' \' || '\' }}
167+
${{ endsWith(matrix.system, '-darwin') && '--arg extraConfigFlags ''["--without-amaro" "--without-inspector"]'' \' || '\' }}
168168
--run '
169169
make -C "$TAR_DIR" run-ci -j4 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9 --skip-tests=$CI_SKIP_TESTS"
170170
'

0 commit comments

Comments
 (0)