Skip to content

Commit

Permalink
CI: change default insta behavior for new snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
BillCarsonFr committed Dec 19, 2024
1 parent d331c7b commit a79adbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ concurrency:

env:
CARGO_TERM_COLOR: always
# Insta.rs is run directly via cargo test. We don't want insta.rs to create new snapshots files.
# Just want it to run the tests (option `no` instead of `auto`).
INSTA_UPDATE: no

jobs:
xtask:
Expand Down

0 comments on commit a79adbc

Please sign in to comment.