diff options
| author | Asko Nõmm <asko@bien.ee> | 2022-04-23 01:41:28 +0300 |
|---|---|---|
| committer | Asko Nõmm <asko@bien.ee> | 2022-04-23 01:41:28 +0300 |
| commit | 905e923ede7f0ef433c40561b478cf33a8766700 (patch) | |
| tree | 1d6d7595c342ff5317f287f56e5337beaa1f7aef /.github/workflows | |
| parent | 30432011eefdbf529021dcb329278c28ff72bc9b (diff) | |
Kaocha updates
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 937395a..1a97df8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,4 +28,4 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} - name: "Run tests" - run: lein test + run: bin/kaocha |
