test: udpate github flow

This commit is contained in:
debugtalk
2020-05-16 14:58:57 +08:00
parent 772d03f9da
commit 51f850c856
2 changed files with 10 additions and 5 deletions

View File

@@ -35,6 +35,9 @@ jobs:
hrun har2case -h
pip install locustio
hrun locusts -h
- name: Run smoketest for hrun command
- name: Run smoketest - postman echo
run: |
cd tests/httpbin && hrun run basic.yml --failfast && cd -
hrun examples/postman_echo/request_methods
- name: Run smoketest - httpbin
run: |
hrun examples/httpbin/