Skip to content

Commit a34b8fb

Browse files
committed
update workflows file
1 parent 3b30036 commit a34b8fb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
name: Build
21-
- run: echo "start run cargo build"
2221
- run: cargo build --verbose
2322

2423
name: Run tests
25-
- run: echo "start run cargo test"
2624
- run: cargo test --verbose
25+
26+
name: Run clippy
27+
- run: cargo clippy
28+
2729
- run: echo "This job's status is ${{ job.status }}."

0 commit comments

Comments
 (0)