mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-12 03:21:33 +00:00
Only run system test with latest go version
This commit is contained in:
committed by
Lorenzo Bolla
parent
bda6eb4200
commit
a40cfc679c
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user