Skip to content

Commit

Permalink
Merge pull request #48 from Cysharp/hadashiA/ci
Browse files Browse the repository at this point in the history
[ci] Add test env to disable HW intrinsic
  • Loading branch information
hadashiA authored Aug 18, 2023
2 parents df98414 + 8b071a7 commit 6addb56
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ jobs:
3.1.x
5.0.x
6.0.x
7.0.x
- run: dotnet build -c Debug
- run: dotnet test -c Debug

- run: dotnet test -c Debug --no-build
- run: dotnet test -c Debug --no-build --environment "COMPlus_EnableHWIntrinsic=0;COMPlus_EnableSSE2=0"
- run: dotnet test -c Debug --no-build --environment "COMPlus_EnableSSE2=0"
build-unity:
if: "((github.event_name == 'push' && github.repository_owner == 'Cysharp') || startsWith(github.event.pull_request.head.label, 'Cysharp:'))"
strategy:
Expand Down

0 comments on commit 6addb56

Please sign in to comment.