mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 21:00:54 +00:00
gh actions: job 'mysql': use runtime feature name matrix for 'cargo build' step
This commit is contained in:
parent
9ef2e066dc
commit
a61da5ee0d
2
.github/workflows/sqlx.yml
vendored
2
.github/workflows/sqlx.yml
vendored
@ -259,7 +259,7 @@ jobs:
|
||||
with:
|
||||
command: build
|
||||
args: >
|
||||
--features mysql,all-types
|
||||
--features mysql,all-types,runtime-${{ matrix.runtime }}
|
||||
|
||||
- run: docker-compose -f tests/docker-compose.yml run -d -p 3306:3306 mysql_${{ matrix.mysql }}
|
||||
- run: sleep 60
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user