Only run system test with latest go version

This commit is contained in:
Benj Fassbind
2022-01-27 09:21:08 +01:00
committed by Lorenzo Bolla
parent bda6eb4200
commit a40cfc679c

View File

@@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: true
matrix:
go: [1.14, 1.15]
go: [1.14, 1.15, 1.16]
run_long_tests: [no]
allow_failure: [false]
include:
@@ -33,9 +33,6 @@ jobs:
# - go: master
# run_long_tests: no
# allow_failure: true
- go: 1.16
run_long_tests: yes
allow_failure: false
- go: 1.17
run_long_tests: yes
allow_failure: false