From ddc7eb18e60f2b69e45ac1f65c5cf5acdc2bde9d Mon Sep 17 00:00:00 2001 From: jkomyno <12381818+jkomyno@users.noreply.github.com> Date: Tue, 7 Jan 2025 12:40:31 +0100 Subject: [PATCH] fix(schema-engine-wasm): tests --- .github/workflows/test-schema-engine.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-schema-engine.yml b/.github/workflows/test-schema-engine.yml index 88c9ba43f745..74ca2151bc47 100644 --- a/.github/workflows/test-schema-engine.yml +++ b/.github/workflows/test-schema-engine.yml @@ -179,7 +179,7 @@ jobs: # # Single threaded tests (excluding Vitess) # - - run: cargo nextest run -p sql-schema-describer --test-threads=1 + - run: cargo nextest run -p sql-schema-describer --features all-native --test-threads=1 if: ${{ !matrix.database.is_vitess && matrix.database.single_threaded }} env: CLICOLOR_FORCE: 1