Skip to content

Commit e94690b

Browse files
committed
Don't run ExampleTester unit tests since it's covered in a different run
1 parent 879fa12 commit e94690b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tools-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
- name: Run all tests
3434
run: |
3535
cd tools
36-
dotnet test
36+
dotnet test --filter Name!~ExampleTests

0 commit comments

Comments
 (0)