Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Apr 10, 2024
1 parent c1a1b7b commit 8d9a444
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/IKVM.Clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
run:
- IKVM.Clang.Sdk.Tests
tfm:
- net7.0
- net8.0
sys:
- win-x64
name: Test (${{ matrix.run }}:${{ matrix.tfm }}:${{ matrix.sys }})
Expand Down
2 changes: 1 addition & 1 deletion src/dist-tests/dist-tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<TestTarget Include="IKVM.Clang.Sdk.Tests|net7.0" ProjectName="IKVM.Clang.Sdk.Tests" TargetFramework="net7.0" />
<TestTarget Include="IKVM.Clang.Sdk.Tests|net8.0" ProjectName="IKVM.Clang.Sdk.Tests" TargetFramework="net7.0" />
</ItemGroup>

<!-- Runs once per TFM/RID combination to generate individual output. -->
Expand Down

0 comments on commit 8d9a444

Please sign in to comment.