mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
Always run extended tests in Gitlab CI (#3173)
These require only ~4m more, which is fine in Gitlab as we don't have so strict limits. This makes the cron job obsolete.
This commit is contained in:
parent
a7492c1d3a
commit
883fcbe8bd
@ -96,7 +96,7 @@ stages:
|
|||||||
- ./ci/build_depends.sh
|
- ./ci/build_depends.sh
|
||||||
- ./ci/build_src.sh
|
- ./ci/build_src.sh
|
||||||
- ./ci/test_unittests.sh
|
- ./ci/test_unittests.sh
|
||||||
- ./ci/test_integrationtests.sh
|
- ./ci/test_integrationtests.sh --extended --exclude pruning,dbcrash
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
# Copy all cache files into cache-artifact so that they get uploaded. We only do this for develop so that artifacts
|
# Copy all cache files into cache-artifact so that they get uploaded. We only do this for develop so that artifacts
|
||||||
|
Loading…
Reference in New Issue
Block a user