Skip to content

Commit

Permalink
Merge branch 'master' into fix/leveldb-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cschuchardt88 authored Jan 11, 2025
2 parents bfedd0f + 4cc5d3d commit e3fe725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ jobs:
brew install leveldb
brew install gperftools
dotnet build
dotnet test --blame-hang --blame-crash --no-build
dotnet test --no-build
- name: Test (windows)
if: matrix.os == 'windows-latest'
run: |
dotnet build
dotnet test --blame-hang --blame-crash --no-build
dotnet test --no-build
- name: Test for coverall
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit e3fe725

Please sign in to comment.