Skip to content

Commit d50429d

Browse files
committed
ci: add rust and sqlx-cli to mise tools
SQLx tests require sqlx-cli for running migrations. mise will install these tools in CI via mise install.
1 parent 277bcca commit d50429d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mise.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
# "./tests/mise.tcp.toml",
77
# "./tests/mise.tls.toml",
88
# ]
9+
10+
[tools]
11+
# Required for SQLx tests
12+
rust = "latest"
13+
"cargo:sqlx-cli" = "latest"
14+
915
[task_config]
1016
includes = [
1117
"tasks",

0 commit comments

Comments
 (0)