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 ceb4570 commit 446c86aCopy full SHA for 446c86a
.github/workflows/llama-cpp-rs-check.yml
@@ -35,6 +35,10 @@ jobs:
35
run: cargo fmt
36
- name: Test
37
run: cargo test --features sampler
38
+ - name: Dry-Run Publishing llama-cpp-sys-2 Crate
39
+ run: RUST_BACKTRACE=1 cargo publish --package llama-cpp-sys-2 --verbose --dry-run
40
+ - name: Dry-Run Publishing llama-cpp-2 Crate
41
+ run: RUST_BACKTRACE=1 cargo publish --package llama-cpp-2 --verbose --dry-run
42
arm64:
43
name: Check that it builds on various targets
44
runs-on: ubuntu-latest
0 commit comments