Force bash shell (windows)

This commit is contained in:
2024-10-03 19:26:10 -05:00
parent 3742b265a7
commit 7e9a2aad64

View File

@@ -101,6 +101,7 @@ jobs:
- name: Run tests
if: matrix.test != 'false'
shell: bash
run: |
if [ "${{ matrix.test }}" = "native" ]; then
cargo test ${{ github.event.inputs.verbose == 'true' && '--verbose' || '' }} --release