From 3b2a195cb2498b9d6b42eb1263ab6633a74d6cc8 Mon Sep 17 00:00:00 2001 From: grdddj Date: Mon, 7 Mar 2022 10:59:10 +0100 Subject: [PATCH] fix(tests): change script running connect tests --- tests/connect_tests/connect_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/connect_tests/connect_tests.sh b/tests/connect_tests/connect_tests.sh index 0efc927cf..4e95bf0fa 100755 --- a/tests/connect_tests/connect_tests.sh +++ b/tests/connect_tests/connect_tests.sh @@ -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'"