Skip to content

Commit

Permalink
Run without preview features in CI script.
Browse files Browse the repository at this point in the history
  • Loading branch information
wrandelshofer committed Oct 20, 2024
1 parent cec90b8 commit 4702a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
- name: Build with Maven
run: mvn --batch-mode --update-snapshots --errors package
- name: Performance Test canada.txt
run: java -XX:CompileCommand=inline,java/lang/String.charAt --enable-preview -p ~/.m2/repository/com/ibm/icu/icu4j/75.1/icu4j-75.1.jar:fastdoubleparserdemo/target:fastdoubleparser/target -m ch.randelshofer.fastdoubleparserdemo/ch.randelshofer.fastdoubleparserdemo.Main fastdoubleparserdemo/data/canada.txt
run: java -XX:CompileCommand=inline,java/lang/String.charAt -p ~/.m2/repository/com/ibm/icu/icu4j/75.1/icu4j-75.1.jar:fastdoubleparserdemo/target:fastdoubleparser/target -m ch.randelshofer.fastdoubleparserdemo/ch.randelshofer.fastdoubleparserdemo.Main fastdoubleparserdemo/data/canada.txt
...

0 comments on commit 4702a62

Please sign in to comment.