Skip to content

Commit 05dc988

Browse files
mtildaOwez
authored andcommitted
Rename build step from "Run tests" to "Test"
1 parent b5346bc commit 05dc988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
run: cargo clippy -- -D warnings --verbose
2525
- name: Build
2626
run: cargo build --verbose
27-
- name: Run tests
27+
- name: Test
2828
run: cargo test --verbose

0 commit comments

Comments
 (0)