Skip to content

Commit

Permalink
Advanced compilation in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude authored and danielcompton committed Dec 21, 2023
1 parent e52c610 commit 3966991
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,4 @@ jobs:
- name: Execute cljs tests
run: |
bb test:cljs-npm-install
bb test:cljs
bb test:cljs -c test/cljs/hickory/advanced.edn
4 changes: 3 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@
{:extra-deps {olical/cljs-test-runner {:mvn/version "3.8.0"}
viebel/codox-klipse-theme {:mvn/version "0.0.1"}}
:extra-paths ["cljs-test-runner-out"]
:main-opts ["-m" "cljs-test-runner.main" "--namespace-regex" "hickory.test.*"]}}}
:main-opts ["-m" "cljs-test-runner.main"
"--env" "chrome-headless"
"--namespace-regex" "hickory.test.*"]}}}
1 change: 1 addition & 0 deletions test/cljs/hickory/advanced.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{:optimizations :advanced}

0 comments on commit 3966991

Please sign in to comment.