allow haxe development tests to fail

This commit is contained in:
2021-04-05 19:30:23 -06:00
parent 4f5ce7b278
commit 041fe57701

View File

@@ -17,8 +17,8 @@ env:
jobs:
# Allow Haxe development to fail.
# allow_failures:
# - haxe: development
allow_failures:
- haxe: development
fast_finish: true
include:
# Check the formatting in a separate job so formatting failures don't hide more important ones