Skip to content

Commit e12c0a2

Browse files
committed
update ci
1 parent e6f612a commit e12c0a2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ jobs:
4444
- name: Test upt --help
4545
run: cargo run -- --help
4646

47-
- name: Test upt --help on Windows Bash
48-
if: runner.os == 'Windows'
49-
run: cargo run -- --help
50-
shell: bash
51-
5247
- name: Test upt list
5348
run: cargo run -- list
5449

@@ -81,7 +76,12 @@ jobs:
8176
with:
8277
path-type: inherit
8378

84-
- name: Test upt --help
79+
- name: Test upt --help on Windows Bash
80+
if: runner.os == 'Windows'
81+
run: cargo run -- --help
82+
shell: bash
83+
84+
- name: Test upt --help on MSYS2
8585
shell: msys2 {0}
8686
run: cargo run -- --help
8787

0 commit comments

Comments
 (0)