mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 01:46:35 +00:00
enhance(dev): cljs tests can run with or without repeatable idents
This commit is contained in:
2
.github/workflows/graph-parser.yml
vendored
2
.github/workflows/graph-parser.yml
vendored
@@ -76,7 +76,7 @@ jobs:
|
||||
run: yarn install --frozen-lockfile
|
||||
|
||||
- name: Run ClojureScript tests
|
||||
run: clojure -M:test
|
||||
run: REPEATABLE_IDENTS=true clojure -M:test
|
||||
|
||||
- name: Run nbb-logseq tests
|
||||
run: yarn test
|
||||
|
||||
Reference in New Issue
Block a user