This commit is contained in:
@@ -49,6 +49,11 @@ jobs:
|
||||
--report-xunit-trx --coverlet --coverlet-output-format cobertura
|
||||
--coverlet-include "[Just.PreciseMath]*"
|
||||
|
||||
- name: Benchmark smoke test
|
||||
run: >-
|
||||
dotnet run --project 2-benchmarks/Just.PreciseMath.Benchmarks
|
||||
--configuration Release --no-build -- --job Dry --filter '*'
|
||||
|
||||
- name: Upload test and coverage results
|
||||
uses: actions/upload-artifact@v7
|
||||
if: ${{ always() }}
|
||||
|
||||
Reference in New Issue
Block a user