Skip to content

Commit

Permalink
compile to using fullOpt
Browse files Browse the repository at this point in the history
  • Loading branch information
arobsn committed Jul 24, 2023
1 parent 7550d6b commit ec0d671
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}

- name: JS Build
run: sbt -jvm-opts ci/ci.jvmopts ++${{ matrix.scala }} scJS/fastOptJS
run: sbt -jvm-opts ci/ci.jvmopts ++${{ matrix.scala }} scJS/fullOptJS

- name: Runs JS tests
run: npm run test
Expand Down
3 changes: 1 addition & 2 deletions sigma-js/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ const config = {
transform: {}, // reduce non-cached test time by about 20x by disabling babel code transformation
moduleDirectories: ["<rootDir>/node_modules"],
moduleNameMapper: {
"sigmastate-js/main":
"<rootDir>/../sc/js/target/scala-2.13/sc-fastopt/main.js",
"sigmastate-js/main": "<rootDir>/../sc/js/target/scala-2.13/sc-opt/main.js",
},
};

Expand Down

0 comments on commit ec0d671

Please sign in to comment.