mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-23 10:38:57 +00:00
gh actions: job 'mariadb': use runtime feature name matrix for 'cargo build' step
This commit is contained in:
committed by
Ryan Leckey
parent
a61da5ee0d
commit
d21dc1db11
2
.github/workflows/sqlx.yml
vendored
2
.github/workflows/sqlx.yml
vendored
@@ -303,7 +303,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 mariadb_${{ matrix.mariadb }}
|
||||
- run: sleep 30
|
||||
|
||||
Reference in New Issue
Block a user