Skip to content

Commit

Permalink
[rust] Include --debug flag in test (for debugging)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Jun 11, 2024
1 parent 734cca0 commit b8bc73e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/tests/stable_browser_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ fn stable_browser_test(#[case] browser_name: String) {
"stable",
"--output",
"json",
"--debug",
])
.assert()
.success()
Expand Down

0 comments on commit b8bc73e

Please sign in to comment.