mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 06:36:32 +00:00
81c8669518
* Add debug log to test package t * Add comments for test restrictions * Add explicit errors for mainnet * Panic instead of error in case of mainnet during tests * Now panic with illegal network * Validate the compiler flag for mainnet * Made test for unset mainnet explicit * Forgot to use my flag * Linter has troubles with unused field * Add default network id In e2e tests there's no default anymore in go code. So ensure in Makefile. * Fix dumb syntax error * CI needs build with Mainnet * Explicit rebuild only for tests * No more separation of mainnet and testnet builds * Build flags now set in Makefile