Skip to content

fix s/merge with any? param + un-ns options (#30) #189

fix s/merge with any? param + un-ns options (#30)

fix s/merge with any? param + un-ns options (#30) #189

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Prepare java
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'zulu'
architecture: 'x64'
- name: Install clojure tools
uses: DeLaGuardo/[email protected]
with:
cli: 1.11.1.1182
- name: Run clj tests
run: ./bin/kaocha clj
- name: Run cljs tests
run: ./bin/kaocha cljs