Skip to content

Commit ec55c06

Browse files
committed
crates Makefile - extend the workspace Makefile
1 parent 3bf7fea commit ec55c06

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

adapter/Makefile.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
extend = "../Makefile.toml"
2+
13
[tasks.dev-test-flow]
24
description = "Development testing flow will first format the code, and than run cargo build and test"
35
category = "Development"

primitives/Makefile.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
extend = "../Makefile.toml"
2+
13
[tasks.dev-test-flow]
24
description = "Development testing flow will first format the code, and than run cargo build and test"
35
category = "Development"

sentry/Makefile.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
extend = "../Makefile.toml"
2+
13
[tasks.dev-test-flow]
24
description = "Development testing flow will first format the code, and than run cargo build and test"
35
category = "Development"

test_harness/Makefile.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
extend = "../Makefile.toml"
2+
13
[tasks.dev-test-flow]
24
description = "Development testing flow will first format the code, and than run cargo build and test"
35
category = "Development"
@@ -17,7 +19,6 @@ args = ["test", "--release"]
1719
[tasks.local-test-flow]
1820
dependencies = ["services-up", "test-flow", "services-down"]
1921

20-
2122
[tasks.services-up]
2223
# `--renew-anon-volumes` will force the recreation of the services
2324
# it's used primarily for `ganache-cli`.

0 commit comments

Comments
 (0)