diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 74fdf1f..5567f63 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
| @@ -17,7 +17,7 @@ jobs: | |||
| 17 | runtestArgs: "LUA_INCLUDE_DIR=.lua/include/luajit-2.1" | 17 | runtestArgs: "LUA_INCLUDE_DIR=.lua/include/luajit-2.1" |
| 18 | runtestEnv: "SKIP_CMAKE=1" | 18 | runtestEnv: "SKIP_CMAKE=1" |
| 19 | 19 | ||
| 20 | runs-on: ubuntu-latest | 20 | runs-on: ubuntu-24.04 |
| 21 | 21 | ||
| 22 | steps: | 22 | steps: |
| 23 | - uses: actions/checkout@master | 23 | - uses: actions/checkout@master |
| @@ -47,7 +47,7 @@ jobs: | |||
| 47 | sudo cpanm --notest Test::Base Test::LongString | 47 | sudo cpanm --notest Test::Base Test::LongString |
| 48 | 48 | ||
| 49 | - name: cppcheck | 49 | - name: cppcheck |
| 50 | run: cppcheck -i .lua/ -i .install/ -i dtoa.c --force --error-exitcode=1 --enable=warning . | 50 | run: cppcheck -i .lua/ -i .install/ -i dtoa.c --force --error-exitcode=1 --enable=warning --inline-suppr . |
| 51 | 51 | ||
| 52 | - name: prove | 52 | - name: prove |
| 53 | run: LUA_BIN=lua prove -Itests tests | 53 | run: LUA_BIN=lua prove -Itests tests |
