* Added dependencies block anchor to simplify * Increased blocks to 1000 and removed cache restore * Made the period a parameter in the script * Renamed the jobs because git is confused * Specify period on long sim |
||
|---|---|---|
| .. | ||
| install | ||
| linkify_changelog.py | ||
| localnet-blocks-test.sh | ||
| Makefile | ||
| multisim.sh | ||
| README.md | ||
Generally we should avoid shell scripting and write tests purely in Golang. However, some libraries are not Goroutine-safe (e.g. app simulations cannot be run safely in parallel), and OS-native threading may be more efficient for many parallel simulations, so we use shell scripts here.