Do not run doc tests for docker Alpine

This commit is contained in:
Fabrice Reix 2022-01-26 16:01:15 +01:00 committed by Fabrice Reix
parent 590121ce10
commit 8050e2f5d9

View File

@ -273,7 +273,7 @@ jobs:
mitmdump -p 8888 --modify-header "/From-Proxy/Hello" >mitmdump.log 2>&1 &
ps auxww | grep -v grep | grep -E "server.py|mitmdump"
echo "----- tests units -----"
cargo test --features strict
cargo test --features strict --tests
echo "----- integration tests -----"
./integration.py
- name: Archive production artifacts