Skip to content

Commit

Permalink
fix(schema-engine-wasm): tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno committed Jan 7, 2025
1 parent 83a147f commit ddc7eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-schema-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ddc7eb1

Please sign in to comment.