File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 8181 build-and-test :
8282 env :
8383 QCHECK_MSG_INTERVAL : ' 60'
84+ TIMELOGDIR : ${{ github.workspace }}
8485 TIMEOUT : ${{ inputs.timeout }}
8586 DUNE_PROFILE : ${{ inputs.dune_profile }}
8687 OCAMLRUNPARAM : ${{ inputs.runparam }}
@@ -208,6 +209,7 @@ jobs:
208209 echo "OPAMJOBS=1" >> $GITHUB_ENV
209210
210211 - name : Install Multicore Tests dependencies
212+ id : dependencies
211213 run : |
212214 opam install . --deps-only --with-test
213215
@@ -277,3 +279,7 @@ jobs:
277279 }
278280 echo "Test failed $failures times"
279281 if : env.ONLY_TEST != '' && runner.os == 'Windows'
282+
283+ - name : Summarize test run times
284+ run : opam exec -- dune build @cat-times
285+ if : " success() || (failure() && steps.dependencies.conclusion == 'success')"
You can’t perform that action at this time.
0 commit comments