File tree 2 files changed +3
-5
lines changed 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 5
5
6
6
jobs :
7
7
generate :
8
+ name : |
9
+ Generate matrix. ${{ github.event.comment.user.name }}: ${{ github.event.comment.author_association}}
8
10
runs-on : ubuntu-latest
9
11
outputs :
10
12
diffs : ${{ steps.regress-ci.outputs.diffs }}
Original file line number Diff line number Diff line change @@ -141,11 +141,7 @@ impl TestCase {
141
141
command : Option < & str > ,
142
142
) -> Result < Option < Vec < PathBuf > > , TestError > {
143
143
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)
149
145
. with_context ( || anyhow ! ( "when setting up case for {}" , self . name( ) ) ) ?;
150
146
// Run `cargo check`, capturing stderr to a log file
151
147
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