gh actions: job 'mssql': use runtime feature name matrix for 'cargo build' step

This commit is contained in:
Alan D. Salewski 2020-11-12 15:14:26 -05:00 committed by Ryan Leckey
parent d21dc1db11
commit d17e7916ba

View File

@ -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