Skip to content

Commit 27e735c

Browse files
committed
Fix Windows CI syntax
1 parent 0019638 commit 27e735c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
- run: cargo test --release
3030
- run: cargo test --features debug --release
3131
- run: RUSTFLAGS='--cfg test_lots' cargo test --release
32+
shell: bash
3233
- run: RUSTFLAGS='--cfg test_lots' cargo test --release --features debug
34+
shell: bash
3335

3436
rustfmt:
3537
name: Rustfmt

0 commit comments

Comments
 (0)