Skip to content

Commit

Permalink
No book needed in rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-valerio committed Oct 15, 2024
1 parent b1fa18b commit db55254
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ jobs:
- name: Run rustfmt checks
run: cargo fmt -- --check

- name: Check Book
run: cd book && mdbook test

- name: Build in release mode
run: cargo build --release --verbose

Expand Down
3 changes: 3 additions & 0 deletions tests/cli_fuzz_integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ mod tests {
..Default::default()
};

let buf = fuzz_output.to_str().unwrap();
println!("{:?}", buf);

with_modified_phink_config(&config, || {
let _ = instrument(Sample::Dummy);

Expand Down

0 comments on commit db55254

Please sign in to comment.