diff options
| -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 |
