We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98dc662 commit 11fb271Copy full SHA for 11fb271
scripts/performance-tests-kontrol.sh
@@ -104,7 +104,7 @@ master_shell() {
104
}
105
106
# kompile Kontrol's K dependencies
107
-feature_shell "poetry install && poetry run kdist --verbose build evm-semantics.plugin evm-semantics.haskell kontrol.foundry --jobs 4"
+feature_shell "poetry install && poetry run kdist --verbose build evm-semantics.plugin evm-semantics.haskell kontrol.* --jobs 4"
108
109
# kompile the test contracts, to be reused in feature_shell and master_shell. Copy the result from pytest's temp directory
110
PYTEST_TEMP_DIR=$TEMPD/pytest-temp-dir
0 commit comments