From 9c4c90d3da728ffc8545fc77af225924ad755616 Mon Sep 17 00:00:00 2001 From: neuecc Date: Mon, 4 Sep 2023 19:57:33 +0900 Subject: [PATCH] remove run cargo test in release build --- .github/workflows/build-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 8c4ef5f..faf5917 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/checkout@v3 - run: cargo build --verbose - run: cargo test update_package_version -- ${{ inputs.tag }} --nocapture - - run: cargo test - run: | git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]"