Skip to content

Commit 4151799

Browse files
committed
job name
1 parent 1d18b96 commit 4151799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Rust Project CI
1+
name: CI
22

33
on:
44
pull_request:
@@ -39,7 +39,7 @@ jobs:
3939
- name: Lint
4040
run: cargo clippy --all-targets --all-features
4141

42-
- name: Tests
42+
- name: Test
4343
run: cargo test --verbose
4444

4545
- name: Build

0 commit comments

Comments
 (0)