Run internal test on CI
This commit is contained in:
parent
e7e8e59c1e
commit
1ad97a6696
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ before_script:
|
||||||
sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6';
|
sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6';
|
||||||
fi
|
fi
|
||||||
script:
|
script:
|
||||||
|
- python zeronet.py test benchmark --num_multipler 10
|
||||||
- python -m pytest -x plugins/CryptMessage/Test
|
- python -m pytest -x plugins/CryptMessage/Test
|
||||||
- python -m pytest -x plugins/Bigfile/Test
|
- python -m pytest -x plugins/Bigfile/Test
|
||||||
- python -m pytest -x plugins/AnnounceLocal/Test
|
- python -m pytest -x plugins/AnnounceLocal/Test
|
||||||
|
|
Loading…
Reference in a new issue