Skip to content

Commit

Permalink
Silence explicit GC test under the debug runtime, which by default wi…
Browse files Browse the repository at this point in the history
…ll use v=63 adding lots of CI log noise
  • Loading branch information
jmid committed Oct 23, 2024
1 parent 656677a commit 4a93462
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/gc/dune
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
(package multicoretests)
(flags (:standard -w -37))
(libraries pagesize qcheck-stm.sequential qcheck-stm.domain)
(action (run %{test} --verbose))
(action
(setenv OCAMLRUNPARAM "%{env:OCAMLRUNPARAM=b},v=1"
(run %{test} --verbose)))
)

(test
Expand Down

0 comments on commit 4a93462

Please sign in to comment.