CI: Disallow test failures on macOS Lagom :^)

This commit is contained in:
Timothy Flynn 2022-01-14 09:37:34 -05:00 committed by Linus Groh
parent 643992904c
commit 6a4c1e4b7b
2 changed files with 1 additions and 4 deletions

View File

@ -2,7 +2,6 @@ parameters:
os: 'Linux'
fuzzer: 'NoFuzz'
lagom_lints: false
allow_test_failures: false
jobs:
- job: 'Lagom_${{ parameters.os }}_${{ parameters.fuzzer }}'
@ -92,7 +91,7 @@ jobs:
- ${{ if eq(parameters.fuzzer, 'NoFuzz') }}:
- script: |
ninja test || ${{ parameters.allow_test_failures }}
ninja test
displayName: 'Test'
workingDirectory: $(Build.SourcesDirectory)/Meta/Lagom/Build
env:

View File

@ -22,8 +22,6 @@ stages:
- template: Meta/Azure/Lagom.yml
parameters:
os: 'macOS'
allow_test_failures: true
- stage: Toolchain
dependsOn: []