Skip to content

Commit

Permalink
Limit Runtime test to net462
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed Jan 15, 2024
1 parent d76afe2 commit 24b9a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Build
run: dotnet build --no-restore
- name: Runtime Test
run: dotnet test ./Tests/Reqnroll.RuntimeTests/Reqnroll.RuntimeTests.csproj --no-build --verbosity normal
run: dotnet test ./Tests/Reqnroll.RuntimeTests/Reqnroll.RuntimeTests.csproj --no-build --verbosity normal -f net462

0 comments on commit 24b9a5e

Please sign in to comment.