Skip to content

Commit 6898d8a

Browse files
committed
limit CI output lines with QCHECK_MSG_INTERVAL
1 parent 9e1b73b commit 6898d8a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020

2121
runs-on: ${{ matrix.os }}
2222

23+
env:
24+
QCHECK_MSG_INTERVAL: '60'
25+
2326
steps:
2427
- name: Checkout code
2528
uses: actions/checkout@v2
@@ -45,4 +48,4 @@ jobs:
4548

4649
- run: opam exec -- make all
4750

48-
- run: opam exec -- make run_test
51+
- run: opam exec -- make run_test

0 commit comments

Comments
 (0)