Skip to content

Commit e9bc990

Browse files
committed
Don't run tests from DLLs in obj/
1 parent 4db29ad commit e9bc990

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
}
3535
& "$vsTestPath" `
3636
"**\SourceUtils.Test.dll" `
37+
"!**\obj\**" `
3738
/Logger:trx `
3839
/ResultsDirectory:./test-results `
3940
/Parallel `

0 commit comments

Comments
 (0)