Skip to content

Commit

Permalink
ci: update test filter
Browse files Browse the repository at this point in the history
  • Loading branch information
fanyang89 committed Jan 18, 2025
1 parent 82bd30f commit 70a7424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --no-build --verbosity normal --filter "FullyQualifiedName~RaftNET.Tests"

0 comments on commit 70a7424

Please sign in to comment.