Skip to content

Commit

Permalink
Try running 472 too
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyzimarev committed Apr 3, 2024
1 parent 8446276 commit 8657a8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Expand Up @@ -62,7 +62,7 @@ jobs:
# dotnet-version: '8.0'
-
name: Run tests
run: dotnet test
run: dotnet test -f ${{ matrix.dotnet }}
-
name: Upload Test Results
if: always()
Expand Down
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Nullable>enable</Nullable>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<!-- <TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>-->
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="$(RepoRoot)\src\RestSharp.Serializers.Xml\RestSharp.Serializers.Xml.csproj"/>
Expand Down

0 comments on commit 8657a8b

Please sign in to comment.