We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c07d0 commit fc1ea49Copy full SHA for fc1ea49
.github/workflows/ci.yml
@@ -25,4 +25,4 @@ jobs:
25
run: sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)"
26
27
- name: Run Cadence-based tests
28
- run: cd contracts && flow test --cover --covercode="contracts" Crypto_test.cdc
+ run: flow test --cover --covercode="contracts" contracts/Crypto_test.cdc
contracts/flow.json
flow.json
@@ -116,6 +116,12 @@
116
"testnet": "0x7aad92e5a0715d21",
117
"mainnet": "0x62430cf28c26d095"
118
}
119
+ },
120
+ "Crypto": {
121
+ "source": "./contracts/Crypto.cdc",
122
+ "aliases": {
123
+ "testing": "0x0000000000000007"
124
+ }
125
126
},
127
"networks": {
0 commit comments