feat: starship e2e tests and devnet integration (#17077)

This commit is contained in:
Anmol
2023-08-10 13:59:36 +00:00
committed by GitHub
parent 48d79ff9d5
commit c3c82e27d9
15 changed files with 2830 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ CWD=$(pwd)
find . -type f -name 'go.mod' -print0 | while IFS= read -r -d '' file
do
d=$(dirname "$file")
if [[ "$d" =~ \./simapp$|\./tests$ ]]; then
if [[ "$d" =~ \./simapp$|\./tests* ]]; then
continue
fi