Skip to content

Commit

Permalink
Made sure that unrelated snapshots are passing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Sep 27, 2024
1 parent 7ccc1c8 commit f0f7d9c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions test_outputs/integration_snapshots__bugreport.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ info:
- "--bugreport"
env:
CARGO_TERM_COLOR: never
RUST_BACKTRACE: "0"
---
success: true
exit_code: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ info:
args:
- semver-checks
- "--witness-hints"
env:
CARGO_TERM_COLOR: never
RUST_BACKTRACE: "0"
---
success: false
exit_code: 1
Expand Down
3 changes: 3 additions & 0 deletions test_outputs/integration_snapshots__z_help.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ info:
- semver-checks
- "-Z"
- help
env:
CARGO_TERM_COLOR: never
RUST_BACKTRACE: "0"
---
success: true
exit_code: 0
Expand Down

0 comments on commit f0f7d9c

Please sign in to comment.