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 e50fbb5 commit 871efa0Copy full SHA for 871efa0
.github/workflows/reusable_testing.yml
@@ -32,7 +32,7 @@ jobs:
32
run: |
33
TNT_VERSION=$(tarantool --version | grep -e '^Tarantool')
34
echo "TNT_VERSION=$TNT_VERSION" >> $GITHUB_ENV
35
-п
+
36
- name: Setup golang for connector and tests
37
uses: actions/setup-go@v5
38
with:
.github/workflows/testing.yml
@@ -41,12 +41,13 @@ jobs:
41
coveralls: [false]
42
fuzzing: [false]
43
include:
44
- - tarantool: 'master'
+ - golang: '1.20'
45
+ tarantool: 'master'
46
coveralls: true
- golang: '1.20'
47
+ fuzzing: false
48
49
50
fuzzing: true
51
coveralls: false
52
uses: ./.github/workflows/reusable-run.yml
53
0 commit comments