From f3ce7ce8763ca3e8c8c5b3616ae1e2d6b5bf92de Mon Sep 17 00:00:00 2001 From: debugtalk Date: Tue, 24 Dec 2019 15:07:12 +0800 Subject: [PATCH] test: add integration test for locusts command --- .github/workflows/integration_test.yml | 1 + 1 file changed, 1 insertion(+) 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 -