Skip to content

Commit e1d2d05

Browse files
committed
Change name of jobs/steps in os-check.yml to reflect what it does
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
1 parent b52d319 commit e1d2d05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/os-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- 'run_ci_tests.sh'
1515
- 'start_sshd.sh'
1616
- 'stop_sshd.sh'
17-
name: cargo check
17+
name: os check
1818
jobs:
1919
os-check:
2020
runs-on: ${{ matrix.os }}
@@ -29,7 +29,7 @@ jobs:
2929
profile: minimal
3030
toolchain: stable
3131
- uses: actions/checkout@v2
32-
- name: cargo check
32+
- name: cargo test
3333
uses: actions-rs/cargo@v1
3434
with:
3535
command: test

0 commit comments

Comments
 (0)