File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 55
66jobs :
77 generate :
8+ name : |
9+ Generate matrix. ${{ github.event.comment.user.name }}: ${{ github.event.comment.author_association}}
810 runs-on : ubuntu-latest
911 outputs :
1012 diffs : ${{ steps.regress-ci.outputs.diffs }}
Original file line number Diff line number Diff line change @@ -141,11 +141,7 @@ impl TestCase {
141141 command : Option < & str > ,
142142 ) -> Result < Option < Vec < PathBuf > > , TestError > {
143143 let ( chip_dir, mut process_stderr_paths) = self
144- . setup_case (
145- & opts. output_dir ,
146- bin_path,
147- command,
148- )
144+ . setup_case ( & opts. output_dir , bin_path, command)
149145 . with_context ( || anyhow ! ( "when setting up case for {}" , self . name( ) ) ) ?;
150146 // Run `cargo check`, capturing stderr to a log file
151147 let cargo_check_err_file = path_helper_base ( & chip_dir, & [ "cargo-check.err.log" ] ) ;
You can’t perform that action at this time.
0 commit comments