Skip to content

Commit f7d8d28

Browse files
authored
devops: Don't remove snapshots in bacon test (#4237)
1 parent 42f3fe6 commit f7d8d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bacon.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default_job = "clippy"
44

55
# PRQL additions
66
[jobs.test]
7-
command = ['cargo', 'insta', 'test', "--color=always", "--features=default,test-dbs", "--unreferenced=auto"]
7+
command = ['cargo', 'insta', 'test', "--color=always", "--features=default,test-dbs"]
88

99
[jobs.test-accept]
1010
command = ['cargo', 'insta', 'test', '--accept', "--color=always", "--features=default,test-dbs", "--unreferenced=auto"]

0 commit comments

Comments
 (0)