1 parent 9ec27a4 commit e23d4bcCopy full SHA for e23d4bc
1 file changed
.github/workflows/c-test.yml
@@ -18,9 +18,9 @@ jobs:
18
sudo apt install -U --no-install-recommends libcriterion-dev
19
echo MAKEFLAGS=-j4 >> "$GITHUB_ENV"
20
- name: Test
21
- run: make test
+ run: make test XCFLAGS='-Werror'
22
- name: Test -O3
23
- run: make clean && make test XCFLAGS='-O3 -g0'
+ run: make clean && make test XCFLAGS='-Werror -O3 -g0'
24
25
build-macos:
26
if: ${{ ! startsWith(github.event.head_commit.message, 'WIP') }}
@@ -34,6 +34,6 @@ jobs:
34
echo DYLD_LIBRARY_PATH=. >> "$GITHUB_ENV"
35
echo MAKEFLAGS=-j3 >> "$GITHUB_ENV"
36
37
38
39
0 commit comments