diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index f9e8c5e5..f52194e8 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -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 -