enhance(dev): cljs tests can run with or without repeatable idents

This commit is contained in:
Gabriel Horner
2025-05-16 11:28:39 -04:00
parent 1b3ce6fa4d
commit 28675be54b
6 changed files with 18 additions and 21 deletions

View File

@@ -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