Skip to content

Commit 349ef88

Browse files
committed
fix(tasks): correct usage syntax for --postgres flag in test task
1 parent b0bbedb commit 349ef88

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mise.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ run = """
3131
description = "Run all tests (legacy SQL + SQLx Rust)"
3232
sources = ["src/**/*_test.sql", "tests/**/*.sql", "tests/sqlx/**/*.rs"]
3333
usage = '''
34-
flag "--postgres <version>" help="PostgreSQL version to test against" default="17"
34+
flag "--postgres <version>" help="PostgreSQL version to test against" default="17" {
35+
choices "14" "15" "16" "17"
36+
}
3537
'''
3638
run = '''
3739
#!/bin/bash

0 commit comments

Comments
 (0)