mirror of
https://github.com/Sarsoo/csbindgen.git
synced 2024-12-22 22:46:26 +00:00
ci: add check for unit tests
This commit is contained in:
parent
aa9544a03e
commit
f834b72373
1
.github/workflows/build-debug.yml
vendored
1
.github/workflows/build-debug.yml
vendored
@ -17,6 +17,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- run: cargo build --verbose
|
||||
- run: cargo test update_package_version -- 1.0.0 --nocapture
|
||||
- run: cargo test
|
||||
build-dotnet:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
|
1
.github/workflows/build-release.yml
vendored
1
.github/workflows/build-release.yml
vendored
@ -18,6 +18,7 @@ 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]"
|
||||
|
Loading…
Reference in New Issue
Block a user