fix: github action scripts

This commit is contained in:
debugtalk
2020-04-12 17:15:37 +08:00
parent d8728e6b82
commit ac4122198f
2 changed files with 3 additions and 3 deletions

View File

@@ -33,4 +33,4 @@ jobs:
locusts -V
- name: Run smoketest for hrun command
run: |
cd tests/httpbin && hrun basic.yml --failfast && cd -
cd tests/httpbin && hrun run basic.yml --failfast && cd -