mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-04 05:10:40 +00:00
Disable testing against Go master for now.
This commit is contained in:
committed by
Lorenzo Bolla
parent
20b038bfb7
commit
5b8c909ac3
@@ -25,9 +25,11 @@ jobs:
|
||||
run_long_tests: [no]
|
||||
allow_failure: [false]
|
||||
include:
|
||||
- go: master
|
||||
run_long_tests: no
|
||||
allow_failure: true
|
||||
# Disable this for now as it's now clear how to select the latest master branch
|
||||
# version of go using actions/setup-go@v2.
|
||||
# - go: master
|
||||
# run_long_tests: no
|
||||
# allow_failure: true
|
||||
- go: 1.14
|
||||
run_long_tests: yes
|
||||
allow_failure: false
|
||||
|
||||
Reference in New Issue
Block a user