Skip to content

Commit 6a4c1e4

Browse files
trflynn89linusg
authored andcommitted
CI: Disallow test failures on macOS Lagom :^)
1 parent 6439929 commit 6a4c1e4

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Meta/Azure/Lagom.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ parameters:
22
os: 'Linux'
33
fuzzer: 'NoFuzz'
44
lagom_lints: false
5-
allow_test_failures: false
65

76
jobs:
87
- job: 'Lagom_${{ parameters.os }}_${{ parameters.fuzzer }}'
@@ -92,7 +91,7 @@ jobs:
9291
9392
- ${{ if eq(parameters.fuzzer, 'NoFuzz') }}:
9493
- script: |
95-
ninja test || ${{ parameters.allow_test_failures }}
94+
ninja test
9695
displayName: 'Test'
9796
workingDirectory: $(Build.SourcesDirectory)/Meta/Lagom/Build
9897
env:

azure-pipelines.yml

-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ stages:
2222
- template: Meta/Azure/Lagom.yml
2323
parameters:
2424
os: 'macOS'
25-
allow_test_failures: true
26-
2725

2826
- stage: Toolchain
2927
dependsOn: []

0 commit comments

Comments
 (0)