We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0bbedb commit 349ef88Copy full SHA for 349ef88
mise.toml
@@ -31,7 +31,9 @@ run = """
31
description = "Run all tests (legacy SQL + SQLx Rust)"
32
sources = ["src/**/*_test.sql", "tests/**/*.sql", "tests/sqlx/**/*.rs"]
33
usage = '''
34
-flag "--postgres <version>" help="PostgreSQL version to test against" default="17"
+flag "--postgres <version>" help="PostgreSQL version to test against" default="17" {
35
+ choices "14" "15" "16" "17"
36
+}
37
'''
38
run = '''
39
#!/bin/bash
0 commit comments