diff --git a/.github/workflows/reusable_testing.yml b/.github/workflows/reusable_testing.yml index 89585931..94c67154 100644 --- a/.github/workflows/reusable_testing.yml +++ b/.github/workflows/reusable_testing.yml @@ -32,7 +32,7 @@ jobs: run: | TNT_VERSION=$(tarantool --version | grep -e '^Tarantool') echo "TNT_VERSION=$TNT_VERSION" >> $GITHUB_ENV -п + - name: Setup golang for connector and tests uses: actions/setup-go@v5 with: diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index bf0b0dd2..f08aa9fc 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -41,12 +41,13 @@ jobs: coveralls: [false] fuzzing: [false] include: - - tarantool: 'master' + - golang: '1.20' + tarantool: 'master' coveralls: true - golang: '1.20' - - tarantool: 'master' + fuzzing: false + - golang: '1.20' + tarantool: 'master' fuzzing: true - golang: '1.20' coveralls: false uses: ./.github/workflows/reusable-run.yml with: