test: add integration test for locusts command

This commit is contained in:
debugtalk
2019-12-24 15:07:12 +08:00
parent 38cbd4082e
commit f3ce7ce876

View File

@@ -30,6 +30,7 @@ jobs:
poetry build
ls dist/*.whl | xargs pip install # test installation
hrun -V
locusts -V
- name: Run smoketest for hrun command
run: |
cd tests/httpbin && hrun basic.yml --failfast && cd -