File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,21 +28,21 @@ echo ""
2828echo " =============================================="
2929echo " 1/3: Running linting checks on SQLx Rust tests"
3030echo " =============================================="
31- mise run test:lint
31+ mise run --output prefix test:lint
3232
3333# Run legacy SQL tests
3434echo " "
3535echo " =============================================="
3636echo " 2/3: Running Legacy SQL Tests"
3737echo " =============================================="
38- mise run test:legacy --postgres ${POSTGRES_VERSION}
38+ mise run --output prefix test:legacy --postgres ${POSTGRES_VERSION}
3939
4040# Run SQLx Rust tests
4141echo " "
4242echo " =============================================="
4343echo " 3/3: Running SQLx Rust Tests"
4444echo " =============================================="
45- mise run test:sqlx
45+ mise run --output prefix test:sqlx
4646
4747echo " "
4848echo " =============================================="
You can’t perform that action at this time.
0 commit comments