Skip to content

Commit cb82baa

Browse files
committed
added testing to CI
1 parent 6103608 commit cb82baa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/llama-cpp-rs-check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,7 @@ jobs:
3131
components: clippy, rustfmt
3232
- name: Clippy
3333
run: cargo clippy
34-
- name: Clippy
34+
- name: Fmt
3535
run: cargo fmt
36+
- name: Test
37+
run: cargo test

0 commit comments

Comments
 (0)