feat: add evm and wasm files

This commit is contained in:
adrian
2025-09-15 17:10:52 +02:00
committed by Adrian Benavides
parent 46cfaefbd6
commit d728440048
167 changed files with 206 additions and 25 deletions

View File

@@ -15,6 +15,7 @@ fi
for test in "${args[@]}"; do
protocol="${test%%=*}"
filter="${test#*=}"
echo "Running tests for protocol: $protocol with filter: $filter"
if [[ "$test" == *"="* ]]; then
tycho-protocol-sdk --package "$protocol" --db-url "$DATABASE_URL" --match-test "$filter"
else