Skip to content

Commit 3dbc932

Browse files
committed
fix cargo make tests
1 parent e96bcec commit 3dbc932

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ dependencies = ["test"]
8282
[tasks.test]
8383
private = true
8484
command = "cargo"
85-
args = ["test", "--all-targets", "--workspace", "--exclude", "website-test"]
85+
args = ["test", "--all-targets"]
8686

8787
[tasks.doc-test-flow]
8888
private = true

0 commit comments

Comments
 (0)