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 f34c6dc commit 026db3dCopy full SHA for 026db3d
.github/workflows/llama-cpp-rs-check.yml
@@ -80,3 +80,5 @@ jobs:
80
uses: dtolnay/rust-toolchain@stable
81
- name: Build
82
run: cargo build
83
+ - name: Test
84
+ run: cargo test
0 commit comments