Skip to content

Commit bf16fd2

Browse files
committed
temporary enable build step in pr-run-mode
1 parent 076c9b1 commit bf16fd2

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/libsql-server-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ jobs:
119119
run: "echo setup env vars"
120120
env:
121121
"RUSTFLAGS": "--cfg tokio_unstable"
122+
- uses: swatinem/rust-cache@v2
123+
with:
124+
key: ${{ join(matrix.targets, '-') }}
125+
cache-provider: ${{ matrix.cache_provider }}
122126
- name: Install cargo-dist
123127
run: ${{ matrix.install_dist }}
124128
# Get the dist-manifest

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ publish-jobs = ["homebrew"]
6666
# Whether cargo-dist should create a Github Release or use an existing draft
6767
create-release = true
6868
# Which actions to run on pull requests
69-
pr-run-mode = "plan"
69+
pr-run-mode = "upload"
7070
# A prefix git tags must include for cargo-dist to care about them
7171
tag-namespace = "libsql-server"
7272
# Whether to install an updater program

0 commit comments

Comments
 (0)