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 ceaa3bf commit 67a6410
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- 6.2.14
- 7.2.3
dotnet:
- 6.0
- 8.0
- '6.0'
- '8.0'
os:
- ubuntu-latest
- macos-latest
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
run: redis-server &

- name: Test dotnet ${{ matrix.dotnet }}
working-directory: ./csharp/tests
working-directory: ./csharp
run: |
dotnet --version
dotnet test --version
Expand All @@ -87,9 +87,10 @@ jobs:
echo ' ====== '
dotnet test --help
echo ' ====== '
echo "dotnet test --framework net${{ matrix.dotnet }} tests.csproj"
echo "dotnet test --framework net${{ matrix.dotnet }}"
# "-l:html;LogFileName=TestReport.html" --results-directory .
# "-l:html;LogFileName=TestReport.html" --results-directory .
# tests.csproj

- uses: ./.github/workflows/test-benchmark
with:
Expand Down

0 comments on commit 67a6410

Please sign in to comment.