Skip to content

Commit

Permalink
XXX-DELETEME
Browse files Browse the repository at this point in the history
  • Loading branch information
vvv committed Oct 8, 2023
1 parent e0222d6 commit 2200978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if: hashFiles('rust/Cargo.lock') == ''
# https://twitter.com/jonhoo/status/1571290371124260865
- name: cargo test
run: cargo test --locked --all-features --all-targets --workspace
run: cargo test --locked --all-features --all-targets --workspace -- --nocapture
working-directory: rust/
# https://github.com/rust-lang/cargo/issues/6669
- name: cargo test --doc
Expand Down
1 change: 1 addition & 0 deletions rust/ja4/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ fn test_insta() {
concat!(env!("CARGO_MANIFEST_DIR"), "/../.."),
"pcap/*.pcap*",
|path| {
dbg!(("XXX", std::env::current_dir().unwrap(), path));
let cli = Cli {
json: false,
with_raw: false,
Expand Down

0 comments on commit 2200978

Please sign in to comment.