mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Run e2e test for release build and fix it by switching back to stable (#818)
* Run e2e-tests for release build * Print `RUSTFLAGS` for justfile target build & check * Fix CI: Disable miropt level 4 * Fix CI: Disable -Zbuild-std * Disable `-Zgcc-ld=lld` and `-Zshare-generics` so that we can switch back to stable Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
5b70e41966
commit
2bf70b6a01
2 changed files with 20 additions and 17 deletions
2
.github/workflows/release-build.yml
vendored
2
.github/workflows/release-build.yml
vendored
|
@ -55,7 +55,7 @@ jobs:
|
|||
|
||||
- name: Ensure release binary is runnable
|
||||
if: "matrix.r"
|
||||
run: ./target/${{ matrix.t }}/release/cargo-binstall -V
|
||||
run: just e2e-tests
|
||||
|
||||
- if: inputs.publish
|
||||
name: Upload to release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue