Skip to content

Commit

Permalink
experiment
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Feb 21, 2024
1 parent d79d9c0 commit d0eea01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
echo ' ====== '
dotnet test --help
echo ' ====== '
dotnet test tests.csproj "-l:html;LogFileName=TestReport.html" --results-directory .
dotnet test --framework net${{ matrix.dotnet }} tests.csproj "-l:html;LogFileName=TestReport.html" --results-directory .
- uses: ./.github/workflows/test-benchmark
with:
Expand Down

0 comments on commit d0eea01

Please sign in to comment.