Skip to content

Commit

Permalink
CI: Disallow test failures on macOS Lagom :^)
Browse files Browse the repository at this point in the history
  • Loading branch information
trflynn89 authored and linusg committed Jan 14, 2022
1 parent 6439929 commit 6a4c1e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions Meta/Azure/Lagom.yml
Expand Up @@ -2,7 +2,6 @@ parameters:
os: 'Linux'
fuzzer: 'NoFuzz'
lagom_lints: false
allow_test_failures: false

jobs:
- job: 'Lagom_${{ parameters.os }}_${{ parameters.fuzzer }}'
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions azure-pipelines.yml
Expand Up @@ -22,8 +22,6 @@ stages:
- template: Meta/Azure/Lagom.yml
parameters:
os: 'macOS'
allow_test_failures: true


- stage: Toolchain
dependsOn: []
Expand Down

0 comments on commit 6a4c1e4

Please sign in to comment.