Fix clj test so that it passes

roam-test was no longer clj compatible with dependence on text and date
namespaces. Added to CI to ensure clj tests continue to pass
This commit is contained in:
Gabriel Horner
2021-11-22 00:59:48 -05:00
committed by Tienson Qin
parent 69c9fce9d4
commit 24807eef17
2 changed files with 4 additions and 3 deletions

View File

@@ -75,7 +75,9 @@ jobs:
- name: Fetch yarn deps
run: yarn cache clean && yarn install
- name: Run Clojure test
- name: Run ClojureScript test
run: |
yarn cljs:test
node static/tests.js
- name: Run Clojure test
run: clj -Mtest-clj