-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: All jobs should pass for CI to pass (#533)
This change makes it so that CI does not pass unless all jobs defined in the workflow file pass. This is necessary in order to prevent landing changes that break CI jobs. `success()` and `failure()` which were used before do not take into account dependent jobs. This also fixes the "lint" job which was failing, by formatting the code.
- Loading branch information
Showing
3 changed files
with
19 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -349,4 +349,4 @@ fn main() { | |
|
||
let arena = typed_arena::Arena::new(); | ||
html5ever_parse_slice_into_arena(&bytes, &arena); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters