@@ -23,26 +23,34 @@ echo ""
2323echo " Building EQL..."
2424mise run build --force
2525
26+ # Run lints on sqlx tests
27+ echo " "
28+ echo " =============================================="
29+ echo " 1/3: Running linting checks on SQLx Rust tests"
30+ echo " =============================================="
31+ mise run test:lint
32+
2633# Run legacy SQL tests
2734echo " "
28- echo " =========================================="
29- echo " 1/2 : Running Legacy SQL Tests"
30- echo " =========================================="
35+ echo " ============================================== "
36+ echo " 2/3 : Running Legacy SQL Tests"
37+ echo " ============================================== "
3138mise run test:legacy --postgres ${POSTGRES_VERSION}
3239
3340# Run SQLx Rust tests
3441echo " "
35- echo " =========================================="
36- echo " 2/2 : Running SQLx Rust Tests"
37- echo " =========================================="
42+ echo " ============================================== "
43+ echo " 3/3 : Running SQLx Rust Tests"
44+ echo " ============================================== "
3845mise run test:sqlx
3946
4047echo " "
41- echo " =========================================="
48+ echo " ============================================== "
4249echo " ✅ ALL TESTS PASSED"
43- echo " =========================================="
50+ echo " ============================================== "
4451echo " "
4552echo " Summary:"
53+ echo " ✓ SQLx Rust lint checks"
4654echo " ✓ Legacy SQL tests"
4755echo " ✓ SQLx Rust tests"
4856echo " "
0 commit comments