Skip to content

Commit 25142e8

Browse files
Improve local CI testing config (#5)
Signed-off-by: Christophe Bedard <[email protected]>
1 parent 7cbdba3 commit 25142e8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,11 @@ jobs:
6565
"test": {
6666
"mixin": [
6767
"coverage-pytest"
68-
]
68+
],
69+
"executor": "sequential",
70+
"retest-until-pass": 2,
71+
"ctest-args": ["-LE", "xfail"],
72+
"pytest-args": ["-m", "not xfail"]
6973
}
7074
}
7175
- name: Make sure tracing instrumentation is available

0 commit comments

Comments
 (0)