Skip to content

Commit a7ad71b

Browse files
committed
Allow specific args to be passed through to cargo test
Signed-off-by: Ryan Bottriell <[email protected]>
1 parent f8dcc7c commit a7ad71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ release-spfs:
8282
.PHONY: test
8383
test: FEATURES?=server,spfs/server
8484
test:
85-
spfs run - -- cargo test $(cargo_features_arg) $(cargo_packages_arg)
85+
spfs run - -- cargo test $(cargo_features_arg) $(cargo_packages_arg) -- $(TEST_ARGS)
8686

8787
.PHONY: converters
8888
converters:

0 commit comments

Comments
 (0)