Skip to content

Commit

Permalink
CICD: allow testing preview runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
swharden committed Nov 16, 2024
1 parent 0bf7a8a commit 8f33f3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{matrix.dotnet-version}}
dotnet-quality: "preview"
- name: Run benchmark
working-directory: src/FftSharp.Benchmark
run: dotnet run --exporters json --filter '*'

0 comments on commit 8f33f3f

Please sign in to comment.