mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Include cargo-timings
report in release build (#1110)
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
7d11a379c4
commit
e79bb2ab10
2 changed files with 10 additions and 1 deletions
8
.github/workflows/release-build.yml
vendored
8
.github/workflows/release-build.yml
vendored
|
@ -12,6 +12,7 @@ on:
|
|||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
|
||||
JUST_TIMINGS: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -82,6 +83,13 @@ jobs:
|
|||
path: packages/cargo-binstall-*
|
||||
retention-days: 1
|
||||
|
||||
- name: Upload timings
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ matrix.t }}-cargo-timings
|
||||
path: target/cargo-timings
|
||||
retention-days: 1
|
||||
|
||||
lipo:
|
||||
needs: build
|
||||
name: universal-apple-darwin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue