Skip to content

Commit 63fa4a0

Browse files
committed
gha: run 'make release' in CI
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
1 parent 3b5c781 commit 63fa4a0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ jobs:
9696
run: >-
9797
cargo hack --each-feature --keep-going \
9898
build --target=${{ matrix.target }} --release
99+
- name: make libpathrs.so
100+
run: make CARGO_FLAGS="--target=${{ matrix.target }}" release
99101

100102
fmt:
101103
name: rustfmt

0 commit comments

Comments
 (0)