Skip to content

Commit 50ac00f

Browse files
committed
Avoid QCheck spam in CI log
1 parent 4243c2e commit 50ac00f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/workflow.yml

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616

1717
runs-on: windows-latest
1818

19+
env:
20+
QCHECK_MSG_INTERVAL: '60'
21+
1922
steps:
2023
- name: Checkout code
2124
uses: actions/checkout@v3

0 commit comments

Comments
 (0)