Skip to content

Commit 437b00e

Browse files
author
Developer
committed
Fix: exclude Chaos tests from CI; fix xunit.v3
1 parent e48178e commit 437b00e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
4040
- name: Run tests
4141
if: steps.detect-tests.outputs.has_tests == 'true'
42-
run: dotnet run --project tests/ByTech.EmbeddedCommitLog.Tests
42+
run: dotnet run --project tests/ByTech.EmbeddedCommitLog.Tests -- -trait- "Category=Chaos"

0 commit comments

Comments
 (0)