remove run cargo test in release build

This commit is contained in:
neuecc 2023-09-04 19:57:33 +09:00
parent 29c496fb27
commit 9c4c90d3da

View File

@ -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]"