mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-09-28 21:42:06 +00:00
gh actions: job 'mssql': use runtime feature name matrix for 'cargo build' step
This commit is contained in:
parent
d21dc1db11
commit
d17e7916ba
2
.github/workflows/sqlx.yml
vendored
2
.github/workflows/sqlx.yml
vendored
@ -346,7 +346,7 @@ jobs:
|
||||
with:
|
||||
command: build
|
||||
args: >
|
||||
--features mssql,all-types
|
||||
--features mssql,all-types,runtime-${{ matrix.runtime }}
|
||||
|
||||
- run: docker-compose -f tests/docker-compose.yml run -d -p 1433:1433 mssql_${{ matrix.mssql }}
|
||||
- run: sleep 80 # MSSQL takes a "bit" to startup
|
||||
|
Loading…
x
Reference in New Issue
Block a user