Skip to content

Commit 7eb01b4

Browse files
committed
more information
1 parent b829f35 commit 7eb01b4

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/diff.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55

66
jobs:
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 }}

ci/svd2rust-regress/src/svd_test.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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"]);

0 commit comments

Comments
 (0)