diff --git a/scripts/run-integration-tests b/scripts/run-integration-tests index 377eef5943..f1013f0168 100755 --- a/scripts/run-integration-tests +++ b/scripts/run-integration-tests @@ -10,4 +10,4 @@ cd ../integration_tests/contracts HUSKY_SKIP_INSTALL=1 npm install npm run typechain cd .. -nix-shell --run "pytest -v -s test_ica.py" \ No newline at end of file +nix-shell --run "pytest -v -s test_ica.py test_ica_precompile.py::test_sc_call" \ No newline at end of file