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 6e07f61 commit 3a00cfd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,13 @@ jobs:
working-directory: ./csharp
run: dotnet format --verify-no-changes --verbosity diagnostic

# TODO: run redis by testing framework, not by CI
- name: Start redis server
run: redis-server &

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

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

0 comments on commit 3a00cfd

Please sign in to comment.