Skip to content

Commit 937fc8d

Browse files
committed
fix(ci): enable RUST_BACKTRACE for Windows in test job
1 parent 806777b commit 937fc8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@ jobs:
230230

231231
- name: test sqlite-mcp
232232
if: ( matrix.name == 'linux' && matrix.arch == 'x86_64' ) || matrix.name == 'windows' || ( matrix.name == 'macos' && matrix.arch != 'x86_64' )
233+
env:
234+
RUST_BACKTRACE: ${{ matrix.name == 'windows' && '1' || '0' }}
233235
run: make test ${{ matrix.make && matrix.make || ''}}
234236

235237
- uses: actions/[email protected]

0 commit comments

Comments
 (0)