We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46004f6 commit 2110e46Copy full SHA for 2110e46
.github/workflows/fast_testing.yaml
@@ -24,9 +24,15 @@ jobs:
24
- '2.6'
25
- '2.7'
26
- '2.8'
27
+ metrics-version:
28
+ - ''
29
+ - '0.10.0'
30
+ - '0.11.0'
31
+ - '0.13.0'
32
coveralls: [false]
33
include:
34
- tarantool: '2.8'
35
+ metrics-version: '0.13.0'
36
coveralls: true
37
38
runs-on: ubuntu-latest
@@ -50,6 +56,10 @@ jobs:
50
56
run: make deps
51
57
if: steps.cache-rocks.outputs.cache-hit != 'true'
52
58
59
+ - name: Install metrics
60
+ if: matrix.metrics-version != ''
61
+ run: tarantoolctl rocks install metrics ${{ matrix.metrics-version }}
62
+
53
63
- run: echo $PWD/.rocks/bin >> $GITHUB_PATH
54
64
55
65
- run: make check
0 commit comments