test: add integration test for locusts command

This commit is contained in:
debugtalk
2019-12-24 15:07:12 +08:00
parent e39a60c57a
commit 472905c078
+1
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 -