mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-19 08:39:44 +00:00
Add support for tokio to sqlx-macros
This commit is contained in:
2
.github/workflows/mariadb.yml
vendored
2
.github/workflows/mariadb.yml
vendored
@@ -48,7 +48,7 @@ jobs:
|
||||
|
||||
# -----------------------------------------------------
|
||||
|
||||
- run: cargo test -p sqlx --no-default-features --features 'mysql macros chrono'
|
||||
- run: cargo test -p sqlx --no-default-features --features 'runtime-async-std mysql macros chrono'
|
||||
env:
|
||||
DATABASE_URL: mariadb://root:password@localhost:${{ job.services.mariadb.ports[3306] }}/sqlx
|
||||
|
||||
|
||||
2
.github/workflows/mysql.yml
vendored
2
.github/workflows/mysql.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
||||
|
||||
# -----------------------------------------------------
|
||||
|
||||
- run: cargo test -p sqlx --no-default-features --features 'mysql macros chrono tls'
|
||||
- run: cargo test -p sqlx --no-default-features --features 'runtime-async-std mysql macros chrono tls'
|
||||
env:
|
||||
# pass the path to the CA that the MySQL service generated
|
||||
# Github Actions' YML parser doesn't handle multiline strings correctly
|
||||
|
||||
Reference in New Issue
Block a user