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 a7c333a commit cd43628
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,21 +77,7 @@ jobs:

- name: Test dotnet ${{ matrix.dotnet }}
working-directory: ./csharp
run: |
dotnet --version
dotnet test --version
echo ' ====== '
dotnet --info
echo ' ====== '
dotnet --help
echo ' ====== '
dotnet test --help
echo ' ====== '
echo "dotnet test --framework net${{ matrix.dotnet }}"
dotnet test --framework net${{ matrix.dotnet }}
# "-l:html;LogFileName=TestReport.html" --results-directory .
# tests.csproj
run: dotnet test --framework net${{ matrix.dotnet }} "-l:html;LogFileName=TestReport.html" --results-directory .

- uses: ./.github/workflows/test-benchmark
with:
Expand All @@ -104,7 +90,7 @@ jobs:
with:
name: test-reports-dotnet-${{ matrix.dotnet }}-redis-${{ matrix.redis }}-${{ matrix.os }}
path: |
csharp/tests/TestReport.html
csharp/TestReport.html
lint-rust:
timeout-minutes: 10
Expand Down

0 comments on commit cd43628

Please sign in to comment.