Skip to content

Commit ef63f88

Browse files
committed
Use bash as a test shell on Windows
1 parent 651b2f3 commit ef63f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ jobs:
66
name: Test
77
runs-on: ${{ matrix.os }}
88
strategy:
9-
fail-fast: false
109
matrix:
1110
thing:
1211
- stable
@@ -138,6 +137,7 @@ jobs:
138137
cargo run --release --target ${{ matrix.target }} --manifest-path testcrate/Cargo.toml --features package
139138
if: startsWith(matrix.os, 'windows')
140139
name: Run tests (Windows)
140+
shell: bash
141141
142142
rustfmt:
143143
name: Rustfmt

0 commit comments

Comments
 (0)