CLean up and CI fix
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ echo "🧪 Running all tests..."
|
||||
echo ""
|
||||
|
||||
echo "📦 Running frontend tests..."
|
||||
bun test
|
||||
bun run test
|
||||
|
||||
echo ""
|
||||
echo "🦀 Running Rust tests..."
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
set -e
|
||||
|
||||
echo "📦 Running frontend tests..."
|
||||
bun test "$@"
|
||||
bun run test "$@"
|
||||
|
||||
Reference in New Issue
Block a user