diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 45c0c4e..fc8a49e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -38,7 +38,7 @@ jobs: | |||
38 | sudo cpanm --notest Test::Base Test::LongString | 38 | sudo cpanm --notest Test::Base Test::LongString |
39 | 39 | ||
40 | - name: cppcheck | 40 | - name: cppcheck |
41 | run: cppcheck -I .lua/include -i .lua/ -i .install/ --force --error-exitcode=1 --enable=warning . | 41 | run: cppcheck -i .lua/ -i .install/ -i dtoa.c --force --error-exitcode=1 --enable=warning . |
42 | 42 | ||
43 | - name: prove | 43 | - name: prove |
44 | run: LUA_BIN=lua prove -Itests tests | 44 | run: LUA_BIN=lua prove -Itests tests |