mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 22:31:48 +01:00
gci: Do not generate JSON reports for test runs
We've not been using them, so let's not generate them.
This commit is contained in:
parent
49d2779078
commit
d51f97a9e4
1 changed files with 1 additions and 1 deletions
2
.github/scripts/build.sh
vendored
2
.github/scripts/build.sh
vendored
|
@ -52,7 +52,7 @@ cat config.vars
|
|||
|
||||
cat << EOF > pytest.ini
|
||||
[pytest]
|
||||
addopts=-p no:logging --color=yes --timeout=1800 --timeout-method=thread --test-group-random-seed=42 --force-flaky --no-success-flaky-report --max-runs=3 --junitxml=report.xml --json-report --json-report-file=report.json --json-report-indent=2
|
||||
addopts=-p no:logging --color=yes --timeout=1800 --timeout-method=thread --test-group-random-seed=42 --force-flaky --no-success-flaky-report --max-runs=3
|
||||
markers =
|
||||
slow_test: marks tests as slow (deselect with '-m "not slow_test"')
|
||||
EOF
|
||||
|
|
Loading…
Add table
Reference in a new issue