Skip to content

Commit 279ee8e

Browse files
committed
[test] Add mysql-rsa flag for mixed tests on CI.
1 parent e1098f8 commit 279ee8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sqlx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ jobs:
749749

750750
- uses: Swatinem/rust-cache@v2
751751

752-
- run: cargo build --features any,postgres,mysql,macros,migrate,_unstable-all-types,runtime-${{ matrix.runtime }}
752+
- run: cargo build --features any,postgres,mysql,mysql-rsa,macros,migrate,_unstable-all-types,runtime-${{ matrix.runtime }}
753753

754754
- run: |
755755
docker compose -f tests/docker-compose.yml run -d -p 5432:5432 --name postgres_1_${{ matrix.postgres }} postgres_${{ matrix.postgres }}
@@ -775,7 +775,7 @@ jobs:
775775
cargo test
776776
--test mixed-test-attr
777777
--no-default-features
778-
--features any,postgres,mysql,macros,migrate,_unstable-all-types,runtime-${{ matrix.runtime }}
778+
--features any,postgres,mysql,mysql-rsa,macros,migrate,_unstable-all-types,runtime-${{ matrix.runtime }}
779779
env:
780780
DATABASE_URL: postgres://postgres:password@localhost:5432/sqlx
781781
PG_1_DATABASE_URL: postgres://postgres:password@localhost:5432/sqlx

0 commit comments

Comments
 (0)