Skip to content

Commit 14ce193

Browse files
authored
Minor: fix extend sqllogical consistent with main test (#15145)
1 parent 58b2327 commit 14ce193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/extended.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
rust-version: stable
125125
- name: Run sqllogictest
126126
run: |
127-
cargo test --profile release-nonlto --test sqllogictests -- --include-sqlite
127+
cargo test --features backtrace --profile release-nonlto --test sqllogictests -- --include-sqlite
128128
cargo clean
129129
130130

0 commit comments

Comments
 (0)