Skip to content

Commit

Permalink
Tests.Integration: add Windows (#4)
Browse files Browse the repository at this point in the history
Use LdkSharp instead of org.ldk, which contains our fix for Windows.

Co-authored-by: siwatanejo <7511840+siwatanejo@users.noreply.github.com>
  • Loading branch information
webwarrior-ws and siwatanejo committed Mar 12, 2024
1 parent bb28a48 commit aeb150c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Expand Up @@ -65,7 +65,7 @@ jobs:
strategy:
matrix:
# macos-13 is x64 and macos-14 is arm64
os: [ubuntu-22.04, macos-13, macos-14]
os: [ubuntu-22.04, macos-13, macos-14, windows-latest]

needs: build
runs-on: ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions Directory.Packages.props
Expand Up @@ -4,11 +4,11 @@
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="FSharp.Data" Version="6.3.0" />
<PackageVersion Include="org.ldk" Version="0.0.121.2" />
<PackageVersion Include="LdkSharp" Version="0.0.0.3" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageVersion Include="NUnit" Version="3.13.3" />
<PackageVersion Include="NUnit3TestAdapter" Version="4.4.2" />
<PackageVersion Include="NUnit.Analyzers" Version="3.6.1" />
<PackageVersion Include="coverlet.collector" Version="3.2.0" />
</ItemGroup>
</Project>
</Project>
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="NUnit3TestAdapter" />
<PackageReference Include="NUnit.Analyzers" />
<PackageReference Include="coverlet.collector" />
<PackageReference Include="org.ldk" />
<PackageReference Include="LdkSharp" />
</ItemGroup>

</Project>

0 comments on commit aeb150c

Please sign in to comment.