fix(tests): change script running connect tests

pull/2158/head
grdddj 2 years ago committed by matejcik
parent b77f4b7dbc
commit 3b2a195cb2

@ -27,4 +27,4 @@ fi
echo "Will be running with ${EMU_VERSION} emulator"
# Using -d flag to disable docker, as tenv is already running on the background
nix-shell --run "yarn && tests/run.sh -d -f ${EMU_VERSION}"
nix-shell --run "yarn && tests/run.sh -d -f ${EMU_VERSION} -s 'yarn test:integration methods'"

Loading…
Cancel
Save