We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c5637 commit a44634cCopy full SHA for a44634c
.github/workflows/test.yml
@@ -15,12 +15,12 @@ jobs:
15
- '2.7'
16
- '2.8'
17
- '2.10'
18
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
19
env:
20
CMAKE_LDOC_FIND_REQUIRED: 'YES'
21
steps:
22
- - uses: actions/checkout@v3
23
- - uses: tarantool/setup-tarantool@v2
+ - uses: actions/checkout@v4
+ - uses: tarantool/setup-tarantool@v3
24
with:
25
tarantool-version: ${{ matrix.tarantool }}
26
@@ -32,5 +32,5 @@ jobs:
32
- run: echo ".rocks/bin" >> $GITHUB_PATH
33
34
- run: tarantoolctl rocks make
35
- - run: .rocks/bin/luatest -v
+ - run: .rocks/bin/luatest -v --coverage
36
- run: luacheck .
0 commit comments