diff options
| author | Asko Nõmm <asko@nmm.ee> | 2025-10-08 01:31:55 +0300 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2025-10-08 01:31:55 +0300 |
| commit | c05984198a00f249ea08792a813ed1d17c0e366d (patch) | |
| tree | 7868aeebcff2cf6274b5e0de7a19acae93046a7a /.github/workflows | |
| parent | 2fa4cee3873cb8ad1908a7b5f7076b43bf11d3fb (diff) | |
Improve tests workflow
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/tests.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b186f62..e28ccd7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,7 +1,7 @@ name: Tests on: [push] jobs: - tests: + test-clj: runs-on: ubuntu-latest steps: - name: Checkout @@ -22,4 +22,4 @@ jobs: - name: Run tests run: | - clj -X:test + clojure -X:test |
