mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 15:25:32 +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:
|
with:
|
||||||
command: build
|
command: build
|
||||||
args: >
|
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: docker-compose -f tests/docker-compose.yml run -d -p 1433:1433 mssql_${{ matrix.mssql }}
|
||||||
- run: sleep 80 # MSSQL takes a "bit" to startup
|
- run: sleep 80 # MSSQL takes a "bit" to startup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user