File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,15 +27,19 @@ jobs:
2727 - name : Check Formatting
2828 run : ./mill _.${{ matrix.lang }}[_].__.checkFormat
2929 - name : Compile with mill
30+ timeout-minutes : 15
3031 run : ./mill _.${{ matrix.lang }}[_].__.compile
3132 - name : Run mill tests for ${{ matrix.lang }}
3233 run : ./mill _.${{ matrix.lang }}[_].__.test
3334 - name : Compile with sbt
35+ timeout-minutes : 15
3436 if : ${{ matrix.lang == 'jvm' }}
3537 run : sbt compile bench/compile bench/jmh:compile
3638 - name : Run sbt tests
39+ timeout-minutes : 15
3740 if : ${{ matrix.lang == 'jvm' }}
3841 run : sbt test
3942 - name : Run Native Image Test Suites
43+ timeout-minutes : 30
4044 if : ${{ (matrix.lang == 'jvm') && (matrix.java == '25') }}
4145 run : sjsonnet/test/graalvm/run_test_suites.py
Original file line number Diff line number Diff line change 1010-XX:MetaspaceSize=512M
1111-XX:-ClassUnloadingWithConcurrentMark
1212-Djava.security.egd=file:/dev/./urandom
13+ --enable-native-access=ALL-UNNAMED
Original file line number Diff line number Diff line change 1- //| mill-version: 1.1.1 -jvm
1+ //| mill-version: 1.1.2 -jvm
22//| mvnDeps:
33//| - com.lihaoyi::mill-contrib-jmh:$MILL_VERSION
44//| - com.lihaoyi::mill-contrib-versionfile:$MILL_VERSION
You can’t perform that action at this time.
0 commit comments