mirror of
https://github.com/Sarsoo/csbindgen.git
synced 2024-12-22 22:46:26 +00:00
remove run cargo test in release build
This commit is contained in:
parent
29c496fb27
commit
9c4c90d3da
1
.github/workflows/build-release.yml
vendored
1
.github/workflows/build-release.yml
vendored
@ -18,7 +18,6 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: cargo build --verbose
|
- run: cargo build --verbose
|
||||||
- run: cargo test update_package_version -- ${{ inputs.tag }} --nocapture
|
- run: cargo test update_package_version -- ${{ inputs.tag }} --nocapture
|
||||||
- run: cargo test
|
|
||||||
- run: |
|
- run: |
|
||||||
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||||
git config --local user.name "github-actions[bot]"
|
git config --local user.name "github-actions[bot]"
|
||||||
|
Loading…
Reference in New Issue
Block a user