Make FAIL_WARN a boolean

This commit is contained in:
Kovid Goyal
2022-01-23 10:12:11 +05:30
parent 78cd83845f
commit e914f0df8e
3 changed files with 8 additions and 4 deletions

View File

@@ -88,10 +88,10 @@ jobs:
run: python test.py mypy
- name: Build man page
run: make FAIL_WARN=-W man
run: make FAIL_WARN=1 man
- name: Build HTML docs
run: make FAIL_WARN=-W html
run: make FAIL_WARN=1 html
bundle:
name: Bundle test (${{ matrix.os }})