We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a360b commit cd49b5cCopy full SHA for cd49b5c
.github/workflows/correctness_check.yaml
@@ -34,7 +34,7 @@ jobs:
34
cd partdiff_tester && \
35
uv run pytest -n auto --verbose \
36
--executable='../partdiff' \
37
- --strictness=1 \
+ --strictness=4 \
38
--valgrind \
39
--shuffle=42 \
40
--max-num-tests=5
@@ -44,5 +44,5 @@ jobs:
44
45
46
47
48
--shuffle=42
0 commit comments