We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 806777b commit 937fc8dCopy full SHA for 937fc8d
.github/workflows/main.yml
@@ -230,6 +230,8 @@ jobs:
230
231
- name: test sqlite-mcp
232
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' }}
235
run: make test ${{ matrix.make && matrix.make || ''}}
236
237
- uses: actions/[email protected]
0 commit comments