Skip to content

Commit

Permalink
fix naming and alias of test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
somecho committed Jul 2, 2023
1 parent 93e4818 commit 9640eeb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
tests:
name: Deploy to clojars
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
Expand All @@ -24,6 +24,4 @@ jobs:
cli: 'latest'

- name: Run Unit Tests
run: clojure -M:kaocha "$@" unit


run: clojure -M:test "$@" unit

0 comments on commit 9640eeb

Please sign in to comment.