Skip to content

Commit b830bf6

Browse files
committed
Expect runtime5 CI jobs to fail - fixing
1 parent 3aa6d32 commit b830bf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ jobs:
114114
# On macOS, the testsuite is slow, so run only on push to main (#507)
115115
run_testsuite: "${{matrix.os != 'macos-latest' || (github.event_name == 'push' && github.event.ref == 'refs/heads/main')}}"
116116
build_upstream: "${{matrix.name == 'build_upstream_closure'}}"
117+
expected_fail: "${{matrix.expected_fail == 'true'}}"
117118

118119
steps:
119120
- name: Checkout the Flambda backend repo

0 commit comments

Comments
 (0)