mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
lib,src,test: fix tests without SQLite
PR-URL: https://github.com/nodejs/node/pull/60906 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
2
.github/workflows/test-shared.yml
vendored
2
.github/workflows/test-shared.yml
vendored
@@ -192,7 +192,7 @@ jobs:
|
||||
--arg ccache '(import <nixpkgs> {}).sccache' \
|
||||
--arg devTools '[]' \
|
||||
--arg benchmarkTools '[]' \
|
||||
${{ endsWith(matrix.system, '-darwin') && '--arg extraConfigFlags ''["--without-amaro" "--without-inspector" "--without-node-options"]'' \' || '\' }}
|
||||
${{ endsWith(matrix.system, '-darwin') && '--arg withAmaro false --arg withSQLite false --arg extraConfigFlags ''["--without-inspector" "--without-node-options"]'' \' || '\' }}
|
||||
--run '
|
||||
make -C "$TAR_DIR" run-ci -j4 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9 --skip-tests=$CI_SKIP_TESTS"
|
||||
'
|
||||
|
||||
Reference in New Issue
Block a user