Skip to content

Commit c73dc52

Browse files
committed
fix-2
1 parent 2396950 commit c73dc52

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/testing.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,13 @@ jobs:
4141
coveralls: [false]
4242
fuzzing: [false]
4343
include:
44-
- tarantool: 'master'
44+
- golang: '1.20'
45+
tarantool: 'master'
4546
coveralls: true
46-
golang: '1.20'
47-
- tarantool: 'master'
47+
fuzzing: false
48+
- golang: '1.20'
49+
tarantool: 'master'
4850
fuzzing: true
49-
golang: '1.20'
5051
coveralls: false
5152
uses: ./.github/workflows/reusable-run.yml
5253
with:

0 commit comments

Comments
 (0)