We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Execute the following command on project with multiple tests: flow test --cover --covercode="contracts" cadence/test/*
flow test --cover --covercode="contracts" cadence/test/*
Received the following error:
❌ Command Error: Execution failed: error: panic: out of memory (7) --> Test:155:12
As described above. See project here: https://github.com/onflow/flix-wg/pull/1/files Flow CLI version: v1.12.0
All tests are able to run without out of memory error.
FLIX Registry smart contract
The text was updated successfully, but these errors were encountered:
chasefleming
Successfully merging a pull request may close this issue.
Instructions
Execute the following command on project with multiple tests:
flow test --cover --covercode="contracts" cadence/test/*
Problem
Received the following error:
❌ Command Error: Execution failed:
error: panic: out of memory (7)
--> Test:155:12
Steps to Reproduce
As described above. See project here: https://github.com/onflow/flix-wg/pull/1/files
Flow CLI version: v1.12.0
Acceptance Criteria
All tests are able to run without out of memory error.
Context
FLIX Registry smart contract
The text was updated successfully, but these errors were encountered: