run locust tests in CI

This commit is contained in:
hrj
2021-04-02 15:42:47 +05:30
parent 72f092e6b5
commit 6ea5691c5e
3 changed files with 15 additions and 0 deletions

View File

@@ -20,3 +20,5 @@ jobs:
run: sbt test assembly
- name: Run linter
run: sbt "scalafixAll --check"
- name: Run locust tests
run: ./tests/run.sh