Skip to content

Commit

Permalink
disable precise math
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Nov 19, 2024
1 parent c308772 commit 6611c3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
execute: /index.cfm
extensions: 7E673D15-D87C-41A6-8B5F1956528C605F #mysql
luceeVersionQuery: ${{ matrix.luceeVersion }}
env:
LUCEE_PRECISE_MATH: false
- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/spreadsheet-cfml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ jobs:
execute: /test/index.cfm
luceeVersionQuery: ${{ matrix.luceeVersion }}
compile: ${{ env.compile }}
env:
LUCEE_PRECISE_MATH: false
- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down

0 comments on commit 6611c3a

Please sign in to comment.