From 1aa866fc394221989c7bd945d6b67af63e6b1862 Mon Sep 17 00:00:00 2001 From: mmsqe Date: Sat, 11 Nov 2023 09:21:03 +0800 Subject: [PATCH] test more --- scripts/run-integration-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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