You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CGO_CFLAGS=$(CRYPTO_FLAG) go test$(if$(VERBOSE),-v,) -coverprofile=$(COVER_PROFILE) -covermode=atomic $(if$(RACE_DETECTOR),-race,)$(if$(JSON_OUTPUT),-json,)$(if$(NUM_RUNS),-count $(NUM_RUNS),)$(GO_TEST_PACKAGES)
74
+
# Re-run tests with Cadence VM enabled
75
+
CGO_CFLAGS=$(CRYPTO_FLAG) go test -tags cadence_vm $(if$(VERBOSE),-v,) -coverprofile=$(COVER_PROFILE) -covermode=atomic $(if$(RACE_DETECTOR),-race,)$(if$(JSON_OUTPUT),-json,)$(if$(NUM_RUNS),-count $(NUM_RUNS),)$(GO_TEST_PACKAGES)
"Disables calling the transaction fee deduction. This is only for testing purposes. To disable fees on a network it is better to set the fee price to 0.0 .")
286
286
287
-
fnb.flags.BoolVar(&fnb.VMScriptExecutionEnabled,
288
-
"vm-script-execution-enabled",
289
-
false,
290
-
"Enables execution of scripts with the Cadence compiler/VM instead of the Cadence interpreter",
0 commit comments