We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 888a371 commit fee4c6eCopy full SHA for fee4c6e
.github/workflows/benchmark.yml
@@ -16,6 +16,10 @@ jobs:
16
uses: actions/setup-dotnet@v4
17
with:
18
dotnet-version: '6.x'
19
+ - name: Setup .NET
20
+ uses: actions/setup-dotnet@v4
21
+ with:
22
+ dotnet-version: '7.x'
23
- name: Run benchmark
24
run: cd src/FluentAssertions.Analyzers.BenchmarkTests && dotnet run -c Release --exporters json --filter '*'
25
0 commit comments