Skip to content

Commit

Permalink
Update build-natives.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuki committed Dec 11, 2024
1 parent 8a280fc commit 4264b5d
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/build-natives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
name: win-x64
path: native/target/x86_64-pc-windows-msvc/${{ env._RUST_BUILD_CONFIG }}/yaha_native.dll
retention-days: 1
- run: |
- name: Run tests
run: |
dotnet tool restore
dotnet retest -- -c ${{ env._DOTNET_BUILD_CONFIG }} ../test/YetAnotherHttpHandler.Test
Expand All @@ -78,7 +79,8 @@ jobs:
name: win-arm64
path: native/target/aarch64-pc-windows-msvc/${{ env._RUST_BUILD_CONFIG }}/yaha_native.dll
retention-days: 1
#- run: |
#- name: Run tests
# run: |
# dotnet tool restore
# dotnet retest -- -c ${{ env._DOTNET_BUILD_CONFIG }} ../test/YetAnotherHttpHandler.Test

Expand All @@ -104,7 +106,8 @@ jobs:
name: win-arm64-uwp
path: native/target/aarch64-uwp-windows-msvc/${{ env._RUST_BUILD_CONFIG }}/yaha_native.dll
retention-days: 1
#- run: |
#- name: Run tests
# run: |
# dotnet tool restore
# dotnet retest -- -c ${{ env._DOTNET_BUILD_CONFIG }} ../test/YetAnotherHttpHandler.Test

Expand All @@ -124,7 +127,8 @@ jobs:
name: linux-x64
path: native/target/x86_64-unknown-linux-gnu/${{ env._RUST_BUILD_CONFIG }}/libyaha_native.so
retention-days: 1
- run: |
- name: Run tests
run: |
dotnet tool restore
dotnet retest -- -c ${{ env._DOTNET_BUILD_CONFIG }} ../test/YetAnotherHttpHandler.Test
Expand All @@ -146,7 +150,8 @@ jobs:
name: osx-x64
path: native/target/x86_64-apple-darwin/${{ env._RUST_BUILD_CONFIG }}/libyaha_native.dylib
retention-days: 1
- run: |
- name: Run tests
run: |
dotnet tool restore
dotnet retest -- -c ${{ env._DOTNET_BUILD_CONFIG }} ../test/YetAnotherHttpHandler.Test
Expand All @@ -167,7 +172,8 @@ jobs:
name: osx-arm64
path: native/target/aarch64-apple-darwin/${{ env._RUST_BUILD_CONFIG }}/libyaha_native.dylib
retention-days: 1
- run: |
- name: Run tests
run: |
dotnet tool restore
dotnet retest -- -c ${{ env._DOTNET_BUILD_CONFIG }} ../test/YetAnotherHttpHandler.Test
Expand Down

0 comments on commit 4264b5d

Please sign in to comment.