Skip to content

Commit 14ed21d

Browse files
committed
Build releases with all the features
We want both the library and CLI artifacts in the release packages.
1 parent c879913 commit 14ed21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
toolchain: stable
126126

127127
- name: Build release binaries
128-
run: cargo build --release
128+
run: cargo build --all-features --release
129129

130130
- name: Verify library files (Unix)
131131
if: runner.os != 'Windows'

0 commit comments

Comments
 (0)