Skip to content

Commit

Permalink
[ci] Add test env to disable HW intrinsic
Browse files Browse the repository at this point in the history
  • Loading branch information
hadashiA committed Aug 18, 2023
1 parent 984c3c8 commit 8b071a7
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 8b071a7

Please sign in to comment.