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

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

View file

@ -207,7 +207,7 @@ jobs:
with:
command: build
args: >
--features postgres,all-types
--features postgres,all-types,runtime-${{ matrix.runtime }}
- run: docker-compose -f tests/docker-compose.yml run -d -p 5432:5432 postgres_${{ matrix.postgres }}
- run: sleep 10