diff --git a/.github/workflows/sqlx.yml b/.github/workflows/sqlx.yml index 34c24bf664..c2ce688184 100644 --- a/.github/workflows/sqlx.yml +++ b/.github/workflows/sqlx.yml @@ -204,7 +204,7 @@ jobs: # Create data dir for offline mode - run: mkdir .sqlx - - run: : > + - run: > cargo test --no-default-features --features any,postgres,macros,_unstable-all-types,runtime-${{ matrix.runtime }},tls-${{ matrix.tls }}