Allow failures in the gccgo task.

This fixes #1078.
This commit is contained in:
Qi Xiao 2020-07-21 22:46:28 +01:00
parent e5e0446c5a
commit eb25c882ae

View File

@ -27,6 +27,9 @@ test_task:
SKIP_UPLOAD_COVERAGE: 1
# Gccgo doesn't support race test
TEST_FLAG: ""
# Gccgo is buggy. Allow failures until it could reliably build and test
# Elvish.
allow_failures: true
- name: Test on macOS
osx_instance:
image: catalina-base