We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6103608 commit cb82baaCopy full SHA for cb82baa
.github/workflows/llama-cpp-rs-check.yml
@@ -31,5 +31,7 @@ jobs:
31
components: clippy, rustfmt
32
- name: Clippy
33
run: cargo clippy
34
- - name: Clippy
+ - name: Fmt
35
run: cargo fmt
36
+ - name: Test
37
+ run: cargo test
0 commit comments