| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7d4db35 commit 34e7400
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,6 +18,6 @@ jobs: | |||
| 18 | 18 | - name: Environment Information | |
| 19 | 19 | run: npx envinfo | |
| 20 | 20 | - name: Build | |
| 21 | - run: make build-ci -j2 V=1 | ||
| 21 | + run: make build-ci -j2 V=1 CONFIG_FLAGS="--error-on-warn" | ||
| 22 | 22 | - name: Test | |
| 23 | 23 | run: make run-ci -j2 V=1 TEST_CI_ARGS="-p dots" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,6 +18,6 @@ jobs: | |||
| 18 | 18 | - name: Environment Information | |
| 19 | 19 | run: npx envinfo | |
| 20 | 20 | - name: Build | |
| 21 | - run: make build-ci -j8 V=1 | ||
| 21 | + run: make build-ci -j8 V=1 CONFIG_FLAGS="--error-on-warn" | ||
| 22 | 22 | - name: Test | |
| 23 | 23 | run: make run-ci -j8 V=1 TEST_CI_ARGS="-p dots" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments