We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b30036 commit a34b8fbCopy full SHA for a34b8fb
1 file changed
.github/workflows/rust.yml
@@ -18,10 +18,12 @@ jobs:
18
- uses: actions/checkout@v4
19
20
name: Build
21
- - run: echo "start run cargo build"
22
- run: cargo build --verbose
23
24
name: Run tests
25
- - run: echo "start run cargo test"
26
- run: cargo test --verbose
+
+ name: Run clippy
27
+ - run: cargo clippy
28
29
- run: echo "This job's status is ${{ job.status }}."
0 commit comments