From 8954575a3c4fadabfb7ae0064e132cb98f098f8f Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Mon, 20 Feb 2023 00:47:25 +1100 Subject: [PATCH] Run e2e-tests for release build Signed-off-by: Jiahao XU --- .github/workflows/release-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index fa4979770..038f6a9c8 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -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