mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
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:
committed by
Tienson Qin
parent
69c9fce9d4
commit
24807eef17
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user