We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bacon
test
1 parent 42f3fe6 commit f7d8d28Copy full SHA for f7d8d28
bacon.toml
@@ -4,7 +4,7 @@ default_job = "clippy"
4
5
# PRQL additions
6
[jobs.test]
7
-command = ['cargo', 'insta', 'test', "--color=always", "--features=default,test-dbs", "--unreferenced=auto"]
+command = ['cargo', 'insta', 'test', "--color=always", "--features=default,test-dbs"]
8
9
[jobs.test-accept]
10
command = ['cargo', 'insta', 'test', '--accept', "--color=always", "--features=default,test-dbs", "--unreferenced=auto"]
0 commit comments