mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Optimize release-build.yml
: Avoid building benchmark dependencies (#981)
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
0de3b21004
commit
f134df548d
2 changed files with 10 additions and 2 deletions
4
.github/workflows/release-build.yml
vendored
4
.github/workflows/release-build.yml
vendored
|
@ -60,7 +60,9 @@ jobs:
|
|||
|
||||
- name: Run unit tests in release build
|
||||
if: "matrix.r"
|
||||
run: just unit-tests
|
||||
run: |
|
||||
just avoid-benchmark-deps
|
||||
just unit-tests
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue