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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,14 @@ We try to follow the coding guidelines from the Go community.
146
146
- Code should be commented
147
147
- Code should pass all tests: `make test`
148
148
149
+
#### Skipping Network-Dependent Tests
150
+
151
+
Some tests require network access to connect to Flow mainnet/testnet nodes. To skip these tests (e.g., in sandboxed build environments like Nix), set the `SKIP_NETWORK_TESTS` environment variable:
152
+
153
+
```
154
+
SKIP_NETWORK_TESTS=1 make test
155
+
```
156
+
149
157
## Releasing
150
158
151
159
Releasing is automated by Github actions. Release action is triggered by creating a release on Github and publishing it.
0 commit comments