Skip to content

Commit 446c86a

Browse files
committed
ops: add publish dry-run to llama-cpp-rs ci checks
1 parent ceb4570 commit 446c86a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
run: cargo fmt
3636
- name: Test
3737
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
3842
arm64:
3943
name: Check that it builds on various targets
4044
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)