From 39d22c859f8b55b2be01a98fbf4515d3efb40d15 Mon Sep 17 00:00:00 2001 From: elenadimitrova Date: Wed, 15 Sep 2021 22:31:27 +0300 Subject: [PATCH] Run dual tests for Synthetix --- integration-tests/ext-test/snx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/ext-test/snx.sh b/integration-tests/ext-test/snx.sh index d02fc28e892d..87db9fed93bc 100755 --- a/integration-tests/ext-test/snx.sh +++ b/integration-tests/ext-test/snx.sh @@ -2,4 +2,4 @@ git clone --depth=1 --branch develop https://github.com/Synthetixio/synthetix.git cd synthetix npm install -npx hardhat --config ./hardhat.config.js test:integration:l2 --compile --deploy +npx hardhat --config ./hardhat.config.js test:integration:dual --compile --deploy