Skip to content

Commit

Permalink
chore: Fix insta command
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Blackman committed Dec 23, 2023
1 parent 0e58a63 commit b1b76f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .insta.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ exclude = [
".github/",
".dprint.json",
".goreleaser.yml",
".insta.yaml",
".rustfmt.toml",
"cliff.toml",
"committed.toml",
Expand Down Expand Up @@ -177,7 +176,7 @@ release = '''
'''

insta = '''set -e
cargo insta test || cargo insta review
cargo insta test --bins --test-runner nextest || cargo insta review
'''

setup = '''set -e
Expand Down

0 comments on commit b1b76f4

Please sign in to comment.