Skip to content

Commit 38d82c6

Browse files
committed
CI: Reduce partdiff_tester strictness to 1
1 parent 542fb52 commit 38d82c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/correctness_check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cd partdiff_tester && \
3535
uv run pytest -n auto --verbose \
3636
--executable='../partdiff' \
37-
--strictness=4 \
37+
--strictness=1 \
3838
--valgrind \
3939
--shuffle=42 \
4040
--max-num-tests=5
@@ -44,5 +44,5 @@ jobs:
4444
cd partdiff_tester && \
4545
uv run pytest -n auto --verbose \
4646
--executable='../partdiff' \
47-
--strictness=4 \
47+
--strictness=1 \
4848
--shuffle=42

0 commit comments

Comments
 (0)