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

This commit is contained in:
Alan D. Salewski 2020-11-12 14:55:40 -05:00 committed by Ryan Leckey
parent 9ef2e066dc
commit a61da5ee0d

View File

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