Skip to content

Commit f41fef3

Browse files
committed
fix
1 parent 5bf695f commit f41fef3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
export RUSTFLAGS := ${RUSTFLAGS} --cfg substrate_runtime
2-
31
check: githooks
4-
./scripts/run.sh check --no-default-features --target=wasm32v1-none
2+
RUSTFLAGS="${RUSTFLAGS:-} --cfg substrate_runtime" ./scripts/run.sh check --no-default-features --target=wasm32v1-none
53

64
check-tests: githooks
75
./scripts/run.sh check --tests

0 commit comments

Comments
 (0)