We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea909e commit b550a4aCopy full SHA for b550a4a
Makefile.toml
@@ -2,12 +2,6 @@
2
CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = "true"
3
CARGO_MAKE_CLIPPY_ARGS = "--all-features -- -D warnings"
4
5
-[tasks.pre-test]
6
-script = [
7
- "npm install",
8
- "../scripts/ethereum.sh"
9
-]
10
-
11
[tasks.dev-test-flow]
12
dependencies = [
13
"format-flow",
adapter/Makefile.toml
@@ -0,0 +1,5 @@
1
+[tasks.pre-test]
+script = [
+ "npm install",
+ "../scripts/ethereum.sh"
+]
0 commit comments