mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 06:24:16 +00:00
gh actions: job 'postgres': use runtime feature name matrix for 'cargo build' step
This commit is contained in:
parent
a9d0a842fb
commit
9ef2e066dc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sqlx.yml
vendored
2
.github/workflows/sqlx.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue