We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa6d32 commit b830bf6Copy full SHA for b830bf6
.github/workflows/build.yml
@@ -114,6 +114,7 @@ jobs:
114
# On macOS, the testsuite is slow, so run only on push to main (#507)
115
run_testsuite: "${{matrix.os != 'macos-latest' || (github.event_name == 'push' && github.event.ref == 'refs/heads/main')}}"
116
build_upstream: "${{matrix.name == 'build_upstream_closure'}}"
117
+ expected_fail: "${{matrix.expected_fail == 'true'}}"
118
119
steps:
120
- name: Checkout the Flambda backend repo
0 commit comments